echo 'digraph { "Yuugi Mutou" -> "Sugoroku Mutou" [taillabel = "Grandfather of"] "Arthur Hawkins" -> "Sugoroku Mutou" [taillabel = "Friend of"] "Sugoroku Mutou" -> "Yuugi Mutou" [taillabel = "Grandson of"] "Katsuya Jonouchi" -> "Yuugi Mutou" [taillabel = "Best friend of"] "Hiroto Honda" -> "Yuugi Mutou" [taillabel = "Friend of"] "Anzu Mazaki" -> "Yuugi Mutou" [taillabel = "Friend of"] "Rebecca Hawkins" -> "Arthur Hawkins" [taillabel = "Grandfather of"] "Sugoroku Mutou" -> "Arthur Hawkins" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg