echo 'digraph { "Sue-Belle" -> "Linda" [taillabel = "Best friend of"] "Anton" -> "Linda" [taillabel = "Lover of"] "Linda" -> "Sue-Belle" [taillabel = "Best friend of"] "Linda" -> "Anton" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg