echo 'digraph { "Kurotsuchi" -> "Onoki" [taillabel = "grandfather of"] "Ishikawa" -> "Onoki" [taillabel = "grandson of"] "Mu" -> "Onoki" [taillabel = "former student of/successor of"] "Onoki" -> "Kurotsuchi" [taillabel = "Granddaughter of"] "Ishikawa" -> "Kurotsuchi" [taillabel = "Granddaughter of"] "Ishikawa" -> "Mu" [taillabel = "Former student of"] "Onoki" -> "Mu" [taillabel = "former teacher of"] "Gengetsu Hozuki (Second Mizukage)" -> "Mu" [taillabel = "Enemy 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