echo 'digraph { "Phantom" -> "Fuugi" [taillabel = "Subordinate of"] "Loco " -> "Fuugi" [taillabel = "Teammate of"] "Alibaba" -> "Fuugi" [taillabel = "Teammate of"] "Alma" -> "Phantom" [taillabel = "Lover of"] "Diana" -> "Phantom" [taillabel = "Subordinate of"] "King" -> "Phantom" [taillabel = "Subordinate of"] "Rolan" -> "Phantom" [taillabel = "Master 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"] }' | dot -Tsvg > output.svg