echo 'digraph { "Iroh" -> "Azula" [taillabel = "niece of"] "Ursa" -> "Azula" [taillabel = "Daughter of"] "Azulon" -> "Azula" [taillabel = "granddaughter of"] "Ozai" -> "Azula" [taillabel = "Daughter of"] "Zuko" -> "Azula" [taillabel = "Sister of"] "Zuko" -> "Iroh" [taillabel = "uncle of "] "Azula" -> "Iroh" [taillabel = "uncle of "] "Azulon" -> "Iroh" [taillabel = "son of"] "Ozai" -> "Iroh" [taillabel = "brother 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"] "Azula" -> "Ursa" [taillabel = "Mother of"] "Zuko" -> "Ursa" [taillabel = "Mother of"] "Ozai" -> "Ursa" [taillabel = "Wife 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"] }' | dot -Tsvg > output.svg