echo 'digraph { "Bea" -> "Korrina" [taillabel = "Friend of#"] "Bea" -> "Korrina" [taillabel = "Rival of"] "Ash Ketchum" -> "Korrina" [taillabel = "Rival of"] "Gurkinn" -> "Korrina" [taillabel = "Granddaughter of"] "Delia Ketchum" -> "Ash Ketchum" [taillabel = "son of"] "Cilan" -> "Ash Ketchum" [taillabel = "Friend of#"] "Misty" -> "Ash Ketchum" [taillabel = "Best friend of"] "Brock" -> "Ash Ketchum" [taillabel = "Friend of#"] "Dawn" -> "Ash Ketchum" [taillabel = "Friend of#"] "May" -> "Ash Ketchum" [taillabel = "Friend of#"] "Serena" -> "Ash Ketchum" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg