echo 'digraph { "Meowth" -> "Persian" [taillabel = "Evolves into"] "Jessie" -> "Meowth" [taillabel = "Partner of"] "James" -> "Meowth" [taillabel = "Partner of"] "Persian" -> "Meowth" [taillabel = "Evolves into"] }' | dot -Tsvg > output.svg