echo 'digraph { "Bolin" -> "Chow" [taillabel = "Uncle of"] "Mako" -> "Chow" [taillabel = "Uncle of"] "Bolin" -> "Mako" [taillabel = "brother of"] "Tu" -> "Mako" [taillabel = "Cousin of"] "Yin" -> "Mako" [taillabel = "grandson of"] "Chow" -> "Mako" [taillabel = "Nephew of"] "Mako" -> "Bolin" [taillabel = "brother of"] "Tu" -> "Bolin" [taillabel = "Cousin of"] "Yin" -> "Bolin" [taillabel = "grandson of"] "Chow" -> "Bolin" [taillabel = "Nephew of"] }' | dot -Tsvg > output.svg