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