echo 'digraph { "Zuko" -> "Sozin" [taillabel = "Ancestor of"] "Ozai" -> "Sozin" [taillabel = "Grandfather of"] "Azulon" -> "Sozin" [taillabel = "Father of"] "Iroh" -> "Zuko" [taillabel = "nephew of "] "Ursa" -> "Zuko" [taillabel = "son of"] "Azulon" -> "Zuko" [taillabel = "grandson of"] "Ozai" -> "Zuko" [taillabel = "son of"] "Izumi" -> "Zuko" [taillabel = "Father of"] "Azula" -> "Zuko" [taillabel = "Brother of"] "Iroh" -> "Azulon" [taillabel = "Father of"] "Azula" -> "Azulon" [taillabel = "grandfather of "] "Zuko" -> "Azulon" [taillabel = "grandfather of "] "Ozai" -> "Azulon" [taillabel = "Father of"] "Azulon" -> "Ozai" [taillabel = "Son of"] "Iroh" -> "Ozai" [taillabel = "Brother of"] "Zuko" -> "Ozai" [taillabel = "Father of"] "Azula" -> "Ozai" [taillabel = "Father of"] "Ursa" -> "Ozai" [taillabel = "Husband of"] "Aang" -> "Ozai" [taillabel = "Enemy of"] "Sozin" -> "Ozai" [taillabel = "Grandson of"] }' | dot -Tsvg > output.svg