echo 'digraph { "Ishmael" -> "Ahab" [taillabel = "Enemy of"] "Yi Sang" -> "Ishmael" [taillabel = "Teammate of"] "Faust" -> "Ishmael" [taillabel = "Teammate of"] "Don Quixote" -> "Ishmael" [taillabel = "Teammate of"] "Ryoshu" -> "Ishmael" [taillabel = "Teammate of"] "Meursault" -> "Ishmael" [taillabel = "Teammate of"] "Hong Lu" -> "Ishmael" [taillabel = "Teammate of"] "Heathcliff" -> "Ishmael" [taillabel = "Teammate of"] "Rodion" -> "Ishmael" [taillabel = "Teammate of"] "Dante" -> "Ishmael" [taillabel = "Subordinate of"] "Sinclair" -> "Ishmael" [taillabel = "Teammate of"] "Outis" -> "Ishmael" [taillabel = "Teammate of"] "Gregor" -> "Ishmael" [taillabel = "Teammate of"] "Ahab" -> "Ishmael" [taillabel = "Former teammate of"] }' | dot -Tsvg > output.svg