echo 'digraph { "Gido" -> "Ian" [taillabel = "In love with"] "Ginta Toramizu" -> "Ian" [taillabel = "Rival of"] "Chimera" -> "Ian" [taillabel = "Enemy of"] "Loco " -> "Ian" [taillabel = "Former teammate of"] "Ash" -> "Ian" [taillabel = "Friend of"] "Chaton" -> "Loco " [taillabel = "Friend of"] "Ian" -> "Loco " [taillabel = "Former teammate of"] "Halloween" -> "Loco " [taillabel = "Subordinate of"] "Alibaba" -> "Loco " [taillabel = "Former teammate of"] "Fuugi" -> "Loco " [taillabel = "Former teammate of"] "Ian" -> "Gido" [taillabel = "In love with"] "Ginta Toramizu" -> "Ash" [taillabel = "Friend of"] "Ian" -> "Ash" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg