echo 'digraph { "Rico" -> "Lyza" [taillabel = "Mother of"] "Lyza" -> "Rico" [taillabel = "Daughter of"] "Reg" -> "Rico" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg