echo 'digraph { "Anne Shirley" -> "Mrs. Allan" [taillabel = "Friend of"] "Minister Allan" -> "Mrs. Allan" [taillabel = "Husband of"] "Diana Barry" -> "Anne Shirley" [taillabel = "Best friend of"] "Mrs. Allan" -> "Anne Shirley" [taillabel = "Friend of"] "Minister Allan" -> "Anne Shirley" [taillabel = "Friend of"] "Jane Andrews" -> "Anne Shirley" [taillabel = "Friend of"] "Anne Shirley" -> "Minister Allan" [taillabel = "Friend of"] "Mrs. Allan" -> "Minister Allan" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg