echo 'digraph { "Leon" -> "Bayman" [taillabel = "Rival of"] "Christie" -> "Bayman" [taillabel = "Partner of"] "Bayman" -> "Christie" [taillabel = "Partner of"] "Bayman" -> "Leon" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg