echo 'digraph { "Gimmy Adai" -> "Rossiu Adai" [taillabel = "looks after"] "Darry Adai" -> "Rossiu Adai" [taillabel = "looks after"] "Simon" -> "Rossiu Adai" [taillabel = "former second in command of"] "Gimmy Adai" -> "Darry Adai" [taillabel = "Sister of"] "Rossiu Adai" -> "Darry Adai" [taillabel = "ward of"] "Darry Adai" -> "Gimmy Adai" [taillabel = "Brother of"] "Rossiu Adai" -> "Gimmy Adai" [taillabel = "ward of"] "Nia Teppelin (teen)" -> "Simon" [taillabel = "In love with"] "Kamina" -> "Simon" [taillabel = "close friend ("brother")"] "Yoko Littner" -> "Simon" [taillabel = "In love with"] "Viral" -> "Simon" [taillabel = "Enemy of"] "Boota" -> "Simon" [taillabel = "companion of"] "Leeron Littner" -> "Simon" [taillabel = "companion of"] "Rossiu Adai" -> "Simon" [taillabel = "former leader of"] "Anti-Spiral" -> "Simon" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg