echo 'digraph { "Kakashi Hatake" -> "Sakumo Hatake" [taillabel = "Father of"] "Chiyo" -> "Sakumo Hatake" [taillabel = "Enemy of"] "Sasuke Uchiha" -> "Kakashi Hatake" [taillabel = "Team Leader & Teacher of"] "Naruto Uzumaki" -> "Kakashi Hatake" [taillabel = "Team Leader & Teacher of"] "Sakura Haruno" -> "Kakashi Hatake" [taillabel = "Team Leader & Teacher of"] "Tobi" -> "Kakashi Hatake" [taillabel = "Former friend of"] "Might Guy" -> "Kakashi Hatake" [taillabel = "Rival of"] "Sakumo Hatake" -> "Kakashi Hatake" [taillabel = "son of"] "Ebizou" -> "Chiyo" [taillabel = "Sister of"] "Sasori" -> "Chiyo" [taillabel = "grandmother of"] "Sakumo Hatake" -> "Chiyo" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg