echo 'digraph { "Kakashi Hatake" -> "Sasuke Uchiha" [taillabel = "Student of"] "Itachi Uchiha" -> "Sasuke Uchiha" [taillabel = "Younger Brother 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"] "Sasuke Uchiha" -> "Itachi Uchiha" [taillabel = "Older Brother of"] "Fugaku Uchiha" -> "Itachi Uchiha" [taillabel = "Son of"] "Mikoto Uchiha" -> "Itachi Uchiha" [taillabel = "Son of"] "Sasuke Uchiha" -> "Itachi Uchiha" [taillabel = "Older Brother of"] "Kisame Hoshigaki" -> "Itachi Uchiha" [taillabel = "Friend of#"] "Shisui Uchiha" -> "Itachi Uchiha" [taillabel = "Best friend of"] "Orochimaru" -> "Itachi Uchiha" [taillabel = "Enemy of"] "Sarada Uchiha" -> "Itachi Uchiha" [taillabel = "uncle of "] "Juzo Biwa" -> "Itachi Uchiha" [taillabel = "Former partner of"] }' | dot -Tsvg > output.svg