echo 'digraph { "Ishikawa" -> "Mu" [taillabel = "Former student of"] "Onoki" -> "Mu" [taillabel = "former teacher of"] "Gengetsu Hozuki (Second Mizukage)" -> "Mu" [taillabel = "Enemy of"] "Kurotsuchi" -> "Onoki" [taillabel = "grandfather of"] "Ishikawa" -> "Onoki" [taillabel = "grandson of"] "Mu" -> "Onoki" [taillabel = "former student of/successor of"] "Mu" -> "Gengetsu Hozuki (Second Mizukage)" [taillabel = "Enemy of"] "Byakuren" -> "Gengetsu Hozuki (Second Mizukage)" [taillabel = "successor of"] "Third Mizukage" -> "Gengetsu Hozuki (Second Mizukage)" [taillabel = "predecessor of"] "Yukito Tsujii" -> "Ishikawa" [taillabel = "grandfather of"] "Onoki" -> "Ishikawa" [taillabel = "grandfather of"] "Kurotsuchi" -> "Ishikawa" [taillabel = "Grandfather of"] "Mu" -> "Ishikawa" [taillabel = "former teacher of"] }' | dot -Tsvg > output.svg