echo 'digraph { "Eliwood" -> "Roy" [taillabel = "Son of "] "Roy" -> "Eliwood" [taillabel = "Father of"] "Hector" -> "Eliwood" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg