echo 'digraph { "Four" -> "V" [taillabel = "Older Brother of"] "Three" -> "V" [taillabel = "Older Brother of"] "Kite Tenjo" -> "V" [taillabel = "Former mentor of"] "Ryouga Kamishiro" -> "Kite Tenjo" [taillabel = "Friend of"] "Yuma Tsukumo" -> "Kite Tenjo" [taillabel = "Friend of"] "V" -> "Kite Tenjo" [taillabel = "Former student of"] "Orbital 7" -> "Kite Tenjo" [taillabel = "Master of"] "Three" -> "Four" [taillabel = "Older Brother of"] "V" -> "Four" [taillabel = "Younger Brother of"] "Ryouga Kamishiro" -> "Four" [taillabel = "Former enemy of"] "Four" -> "Three" [taillabel = "Younger Brother of"] "V" -> "Three" [taillabel = "Younger Brother of"] "Yuma Tsukumo" -> "Three" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg