echo 'digraph { "Genbu the Stone Turtle" -> "Byakko" [taillabel = "Teammate of"] "Suzaku" -> "Byakko" [taillabel = "Teammate of"] "Byakko" -> "Suzaku" [taillabel = "Teammate of"] "Genbu the Stone Turtle" -> "Suzaku" [taillabel = "Teammate of"] "Yusuke Urameshi" -> "Suzaku" [taillabel = "Enemy of"] "Keiko Yukimura " -> "Suzaku" [taillabel = "Enemy of"] "Botan" -> "Suzaku" [taillabel = "Enemy of"] "Byakko" -> "Genbu the Stone Turtle" [taillabel = "Teammate of"] "Suzaku" -> "Genbu the Stone Turtle" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg