echo 'digraph { "Sakura Ushikubo" -> "Jun Yamamoto" [taillabel = "In love with"] "Megumi Yamamoto" -> "Jun Yamamoto" [taillabel = "Twin Brother of"] "Sakura Ushikubo" -> "Jun Yamamoto" [taillabel = "Love Interest of"] "Jun Yamamoto" -> "Megumi Yamamoto" [taillabel = "Twin Sister of"] "Yahiro Saiga" -> "Megumi Yamamoto" [taillabel = "In love with"] "Jun Yamamoto" -> "Sakura Ushikubo" [taillabel = "Love Interest of"] "Jun Yamamoto" -> "Sakura Ushikubo" [taillabel = "In love with"] "Yahiro Saiga" -> "Sakura Ushikubo" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg