echo 'digraph { "Ranma Saotome" -> "Shampoo" [taillabel = "In love with"] "Cologne" -> "Shampoo" [taillabel = "Granddaughter of"] "Genma Saotome" -> "Ranma Saotome" [taillabel = "Son of"] "Ranma Saotome" -> "Ranma Saotome" [taillabel = "male version of"] "Shampoo" -> "Ranma Saotome" [taillabel = "love interest of"] "Kodachi Kuno" -> "Ranma Saotome" [taillabel = "love interest of"] "Ukyo Kuonji" -> "Ranma Saotome" [taillabel = "love interest of"] "Akane Tendou" -> "Ranma Saotome" [taillabel = "Engaged to"] "Shampoo" -> "Cologne" [taillabel = "Grandmother of"] "Happosai" -> "Cologne" [taillabel = "Former lover of"] }' | dot -Tsvg > output.svg