echo 'digraph { "Mr. Aizawa" -> "Mrs. Aizawa / Kakeru's mother" [taillabel = "Wife of"] "Suguru Aizawa" -> "Mrs. Aizawa / Kakeru's mother" [taillabel = "Mother of"] "Kakeru Aizawa" -> "Mrs. Aizawa / Kakeru's mother" [taillabel = "Mother of"] "Mito Aizawa" -> "Mrs. Aizawa / Kakeru's mother" [taillabel = "Mother of"] "Suguru Aizawa" -> "Kakeru Aizawa" [taillabel = "Younger Brother of"] "Mrs. Aizawa / Kakeru's mother" -> "Kakeru Aizawa" [taillabel = "Son of"] "Mr. Aizawa" -> "Kakeru Aizawa" [taillabel = "Son of"] "Mito Aizawa" -> "Kakeru Aizawa" [taillabel = "Older Brother of"] "Kakeru Aizawa" -> "Suguru Aizawa" [taillabel = "Older Brother of"] "Mr. Aizawa" -> "Suguru Aizawa" [taillabel = "Son of"] "Mrs. Aizawa / Kakeru's mother" -> "Suguru Aizawa" [taillabel = "Son of"] "Mito Aizawa" -> "Suguru Aizawa" [taillabel = "Older Brother of"] "Mr. Aizawa" -> "Mito Aizawa" [taillabel = "Daughter of"] "Mrs. Aizawa / Kakeru's mother" -> "Mito Aizawa" [taillabel = "Daughter of"] "Suguru Aizawa" -> "Mito Aizawa" [taillabel = "Younger Sister of"] "Kakeru Aizawa" -> "Mito Aizawa" [taillabel = "Younger Sister of"] "Mrs. Aizawa / Kakeru's mother" -> "Mr. Aizawa" [taillabel = "Husband of"] "Suguru Aizawa" -> "Mr. Aizawa" [taillabel = "Father of"] "Kakeru Aizawa" -> "Mr. Aizawa" [taillabel = "Father of"] "Mito Aizawa" -> "Mr. Aizawa" [taillabel = "Father of"] }' | dot -Tsvg > output.svg