echo 'digraph { "Beatrix" -> "Ilsa" [taillabel = "Teammate of"] "Eustace" -> "Ilsa" [taillabel = "Teammate of"] "Zeta" -> "Ilsa" [taillabel = "Teammate of"] "Vaseraga" -> "Ilsa" [taillabel = "Teammate of"] "Zeta" -> "Beatrix" [taillabel = "Friend of#"] "Zeta" -> "Beatrix" [taillabel = "Teammate of"] "Vaseraga" -> "Beatrix" [taillabel = "Teammate of"] "Eustace" -> "Beatrix" [taillabel = "Teammate of"] "Guzaletha" -> "Beatrix" [taillabel = "Enemy of"] "Vaseraga" -> "Eustace" [taillabel = "Teammate of"] "Zeta" -> "Eustace" [taillabel = "Teammate of"] "Beatrix" -> "Eustace" [taillabel = "Teammate of"] "Zeta" -> "Vaseraga" [taillabel = "Teammate of"] "Beatrix" -> "Vaseraga" [taillabel = "Teammate of"] "Eustace" -> "Vaseraga" [taillabel = "Teammate of"] "Ilsa" -> "Vaseraga" [taillabel = "Teammate of"] "Beatrix" -> "Zeta" [taillabel = "Teammate of"] "Vaseraga" -> "Zeta" [taillabel = "Teammate of"] "Eustace" -> "Zeta" [taillabel = "Teammate of"] "Guzaletha" -> "Zeta" [taillabel = "Enemy of"] "Beatrix" -> "Zeta" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg