echo 'digraph { "King Cold" -> "Frieza" [taillabel = "Son of"] "Goku" -> "Frieza" [taillabel = "Rival of"] "Cooler" -> "Frieza" [taillabel = "Younger Brother of"] "Gohan Son " -> "Goku" [taillabel = "Father of"] "Krillin" -> "Goku" [taillabel = "Best friend of"] "Bardock" -> "Goku" [taillabel = "Son of"] "Chi-Chi" -> "Goku" [taillabel = "Husband of"] "Goten (child)" -> "Goku" [taillabel = "Father of"] "Pan" -> "Goku" [taillabel = "Grandfather of"] "Master Roshi" -> "Goku" [taillabel = "Student of"] "Videl" -> "Goku" [taillabel = "Father-in-law of"] "Frieza" -> "King Cold" [taillabel = "Father of"] "Future Trunks Brief (teen)" -> "King Cold" [taillabel = "Enemy of"] "King Cold" -> "Cooler" [taillabel = "Son of"] "Frieza" -> "Cooler" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg