echo 'digraph { "Nougat" -> "Candy" [taillabel = "Friend of"] "Jelly Beans" -> "Candy" [taillabel = "Pet of"] "Taruto" -> "Nougat" [taillabel = "Friend of"] "Candy" -> "Nougat" [taillabel = "Friend of"] "Charlotte" -> "Nougat" [taillabel = "Acquaintance of"] "Kakiemon" -> "Nougat" [taillabel = "Friend of"] "Chitose" -> "Nougat" [taillabel = "Friend of"] "Chips" -> "Nougat" [taillabel = "Enemy of"] "Pie a La Mode" -> "Nougat" [taillabel = "Ally of"] "Jelly Beans" -> "Nougat" [taillabel = "Friend/Former pet of"] "Candy" -> "Jelly Beans" [taillabel = "Owner of"] "Nougat" -> "Jelly Beans" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg