echo 'digraph { "Sokka" -> "Yue" [taillabel = "In love with"] "Hahn" -> "Yue" [taillabel = "Lover of"] "Kya" -> "Sokka" [taillabel = "son of"] "Hakoda" -> "Sokka" [taillabel = "son of"] "Katara" -> "Sokka" [taillabel = "brother of"] "Kanna" -> "Sokka" [taillabel = "grandson of"] "Yue" -> "Hahn" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg