echo 'digraph { "Chin Gentsai" -> "Bao" [taillabel = "Student of"] "Athena Asamiya" -> "Bao" [taillabel = "Former teammate of"] "Sie Kensou" -> "Bao" [taillabel = "Former teammate of"] "Bao" -> "Athena Asamiya" [taillabel = "Former teammate of"] "Chin Gentsai" -> "Athena Asamiya" [taillabel = "Student of"] "Sie Kensou" -> "Athena Asamiya" [taillabel = "Teammate of"] "Athena Asamiya" -> "Sie Kensou" [taillabel = "In love with"] "Chin Gentsai" -> "Sie Kensou" [taillabel = "Student of"] "Bao" -> "Sie Kensou" [taillabel = "Teammate of"] "Athena Asamiya" -> "Chin Gentsai" [taillabel = "Teacher of"] "Bao" -> "Chin Gentsai" [taillabel = "Teacher of"] "Sie Kensou" -> "Chin Gentsai" [taillabel = "Teacher of"] }' | dot -Tsvg > output.svg