echo 'digraph { "Bardock" -> "Goten (child)" [taillabel = "Grandson of"] "Gohan (adult)" -> "Goten (child)" [taillabel = "Younger Brother of"] "Goku" -> "Bardock" [taillabel = "Father of"] "Gohan Son " -> "Bardock" [taillabel = "Grandfather of"] "Goten (child)" -> "Bardock" [taillabel = "Grandfather of"] "Raditz" -> "Bardock" [taillabel = "Father of"] "Pan" -> "Bardock" [taillabel = "Granddaughter of"] "Gine" -> "Bardock" [taillabel = "Husband of"] "Goten (adult)" -> "Gohan (adult)" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg