echo 'digraph { "Yotaka" -> "Tsubame" [taillabel = "Twin Sister of"] "Tsubaki" -> "Tsubame" [taillabel = "younger sister of"] "Tsubame" -> "Tsubaki" [taillabel = "Older Sister of"] "Yotaka" -> "Tsubaki" [taillabel = "Older Sister of"] "Tsubame" -> "Yotaka" [taillabel = "Twin Brother of"] "Tsubaki" -> "Yotaka" [taillabel = "younger brother of"] }' | dot -Tsvg > output.svg