echo 'digraph { "Princess Tressa" -> "Aisha" [taillabel = "Cousin of"] "Flora" -> "Aisha" [taillabel = "Best friend of"] "Miele" -> "Flora" [taillabel = "Sister of"] "Aisha" -> "Flora" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg