echo 'digraph { "Sophie Hatter" -> "Howl" [taillabel = "In love with"] "Markl" -> "Howl" [taillabel = "Mentor of"] "Madame Suliman" -> "Howl" [taillabel = "former student to"] "Calcifer" -> "Howl" [taillabel = "Master of"] "Lettie Hatter" -> "Sophie Hatter" [taillabel = "Sister of"] "Howl" -> "Sophie Hatter" [taillabel = "In love with"] "Honey Hatter" -> "Sophie Hatter" [taillabel = "Daughter of"] "Howl" -> "Markl" [taillabel = "Student of"] "Howl" -> "Madame Suliman" [taillabel = "Former teacher of"] "Witch of the Waste" -> "Madame Suliman" [taillabel = "Former teacher of"] "Heen" -> "Madame Suliman" [taillabel = "Owner of"] "Howl" -> "Calcifer" [taillabel = "Servant of"] }' | dot -Tsvg > output.svg