echo 'digraph { "Lettie Hatter" -> "Sophie Hatter" [taillabel = "Sister of"] "Howl" -> "Sophie Hatter" [taillabel = "In love with"] "Honey Hatter" -> "Sophie Hatter" [taillabel = "Daughter of"] "Sophie Hatter" -> "Howl" [taillabel = "In love with"] "Markl" -> "Howl" [taillabel = "Mentor of"] "Madame Suliman" -> "Howl" [taillabel = "former student to"] "Calcifer" -> "Howl" [taillabel = "Master of"] "Sophie Hatter" -> "Lettie Hatter" [taillabel = "Sister of"] "Honey Hatter" -> "Lettie Hatter" [taillabel = "Daughter of"] "Sophie Hatter" -> "Honey Hatter" [taillabel = "Mother of"] "Lettie Hatter" -> "Honey Hatter" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg