echo 'digraph { "Vegeta" -> "Cui " [taillabel = "Rival of"] "Frieza" -> "Cui " [taillabel = "Subordinate of"] "Bulla Briefs" -> "Vegeta" [taillabel = "Father of"] "Bulma Briefs (adult)" -> "Vegeta" [taillabel = "Husband of"] "King Vegeta" -> "Vegeta" [taillabel = "Son of"] "Super Saiyan Future Trunks" -> "Vegeta" [taillabel = "Father of"] "Tarble" -> "Vegeta" [taillabel = "Older Brother of"] "King Cold" -> "Frieza" [taillabel = "Son of"] "Goku" -> "Frieza" [taillabel = "Rival of"] "Cooler" -> "Frieza" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg