echo 'digraph { "Lao Beifong" -> "Toph Beifong" [taillabel = "Daughter of"] "Poppy Beifong" -> "Toph Beifong" [taillabel = "Daughter of"] "Lin Beifong" -> "Toph Beifong" [taillabel = "Mother of"] "Suyin Beifong" -> "Toph Beifong" [taillabel = "Mother of"] "Toph Beifong" -> "Poppy Beifong" [taillabel = "Mother of"] "Lao Beifong" -> "Poppy Beifong" [taillabel = "Wife of"] "Poppy Beifong" -> "Lao Beifong" [taillabel = "Husband of"] "Toph Beifong" -> "Lao Beifong" [taillabel = "Father of"] "Toph Beifong" -> "Lin Beifong" [taillabel = "Daughter of"] "Suyin Beifong" -> "Lin Beifong" [taillabel = "Sister of"] "Toph Beifong" -> "Suyin Beifong" [taillabel = "Daughter of"] "Lin Beifong" -> "Suyin Beifong" [taillabel = "Sister of"] "Opal" -> "Suyin Beifong" [taillabel = "Mother of"] "Huan" -> "Suyin Beifong" [taillabel = "Mother of"] "Bataar" -> "Suyin Beifong" [taillabel = "Wife of"] "Bataar Jr." -> "Suyin Beifong" [taillabel = "Mother of"] "Wei" -> "Suyin Beifong" [taillabel = "Mother of"] "Wing" -> "Suyin Beifong" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg