echo 'digraph { "Xiao" -> "Lowell" [taillabel = "In love with"] "Xiao (E.G.O Form)" -> "Lowell" [taillabel = "In love with"] "Mei" -> "Lowell" [taillabel = "Superior of"] "Cecil" -> "Lowell" [taillabel = "Superior of"] "Lowell" -> "Cecil" [taillabel = "Subordinate of"] "Mei" -> "Cecil" [taillabel = "Teammate of"] "Lowell" -> "Mei" [taillabel = "Subordinate of"] "Cecil" -> "Mei" [taillabel = "Teammate of"] "Lowell" -> "Xiao" [taillabel = "In love with"] "Miris" -> "Xiao" [taillabel = "Superior of"] "Chun" -> "Xiao" [taillabel = "Superior of"] "Lowell" -> "Xiao (E.G.O Form)" [taillabel = "In love with"] "Chun" -> "Xiao (E.G.O Form)" [taillabel = "Superior of"] "Miris" -> "Xiao (E.G.O Form)" [taillabel = "Superior of"] }' | dot -Tsvg > output.svg