echo 'digraph { "Braixen" -> "Fennekin" [taillabel = "Evolves into"] "Delphox" -> "Braixen" [taillabel = "Evolves into"] "Fennekin" -> "Braixen" [taillabel = "Evolves from"] }' | dot -Tsvg > output.svg