echo 'digraph { "Foxy" -> "Diana" [taillabel = "Teammate of"] "Kula Diamond" -> "Diana" [taillabel = "Friend of"] "K'" -> "Kula Diamond" [taillabel = "Teammate of"] "Maxima" -> "Kula Diamond" [taillabel = "Teammate of"] "Angel" -> "Kula Diamond" [taillabel = "Former teammate of"] "Foxy" -> "Kula Diamond" [taillabel = "Former teammate of"] "K9999" -> "Kula Diamond" [taillabel = "Former teammate of"] "Diana" -> "Kula Diamond" [taillabel = "Friend of"] "Sylvie Paula Paula" -> "Kula Diamond" [taillabel = "Friend of"] "Angel" -> "Foxy" [taillabel = "Former teammate of"] "K9999" -> "Foxy" [taillabel = "Former teammate of"] "Kula Diamond" -> "Foxy" [taillabel = "Former teammate of"] "Diana" -> "Foxy" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg