echo 'digraph { "Lee Dafoe" -> "Maya Hunt" [taillabel = "Teammate of"] "Nina Anderson" -> "Maya Hunt" [taillabel = "Teammate of"] "Lee Dafoe" -> "Nina Anderson" [taillabel = "Teammate of"] "Maya Hunt" -> "Nina Anderson" [taillabel = "Teammate of"] "Maya Hunt" -> "Lee Dafoe" [taillabel = "Teammate of"] "Nina Anderson" -> "Lee Dafoe" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg