echo 'digraph { "Arrogante" -> "Elea" [taillabel = "Enemy of"] "Yuisis" -> "Elea" [taillabel = "Ally of"] "Elsine" -> "Elea" [taillabel = "Former enemy of"] "Elsine" -> "Elea" [taillabel = "Ally of"] "Elsine" -> "Yuisis" [taillabel = "Cousin of"] "Elsine" -> "Yuisis" [taillabel = "Childhood friend of"] "Yuisis" -> "Elsine" [taillabel = "Cousin of"] "Yuisis" -> "Elsine" [taillabel = "Childhood friend of"] "Elsine" -> "Arrogante" [taillabel = "Enemy of"] "Yuisis" -> "Arrogante" [taillabel = "Enemy of"] "Icas" -> "Arrogante" [taillabel = "Enemy of"] "Elea" -> "Arrogante" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg