echo 'digraph { "Rock Lee" -> "Might Guy" [taillabel = "Team Leader & teacher of"] "TenTen" -> "Might Guy" [taillabel = "Team Leader & teacher of"] "Neji Hyuga" -> "Might Guy" [taillabel = "Team Leader & teacher of"] "Might Duy" -> "Might Guy" [taillabel = "son of"] "Sakura Haruno" -> "Rock Lee" [taillabel = "In love with"] "Might Guy" -> "Rock Lee" [taillabel = "student of "] "TenTen" -> "Rock Lee" [taillabel = "Teammate of"] "Neji Hyuga" -> "Rock Lee" [taillabel = "Teammate of"] "Rock Lee" -> "Neji Hyuga" [taillabel = "Teammate of"] "TenTen" -> "Neji Hyuga" [taillabel = "Teammate of"] "Might Guy" -> "Neji Hyuga" [taillabel = "student of"] "Hinata Hyuga (teen)" -> "Neji Hyuga" [taillabel = "Cousin of"] "Hanabi Hyuga" -> "Neji Hyuga" [taillabel = "Cousin of"] "Boruto Uzumaki" -> "Neji Hyuga" [taillabel = "Uncle of"] "Hizashi Hyuga" -> "Neji Hyuga" [taillabel = "son of"] "Himawari Uzumaki" -> "Neji Hyuga" [taillabel = "uncle of "] "Rock Lee" -> "TenTen" [taillabel = "Teammate of"] "Neji Hyuga" -> "TenTen" [taillabel = "Teammate of"] "Might Guy" -> "TenTen" [taillabel = "student of"] "Might Guy" -> "Might Duy" [taillabel = "Father of"] }' | dot -Tsvg > output.svg