echo 'digraph { "Armored Titan" -> "Colossal Titan" [taillabel = "Teammate of"] "Female Titan" -> "Colossal Titan" [taillabel = "Teammate of"] "Beast Titan" -> "Colossal Titan" [taillabel = "follow of "] "Beast Titan" -> "Colossal Titan" [taillabel = "Follower of"] "Bertholt Hoover" -> "Colossal Titan" [taillabel = "Titan form of"] "Armin Arlert" -> "Colossal Titan" [taillabel = "Titan form of"] "Colossal Titan" -> "Armin Arlert" [taillabel = "human form of"] "Eren Yeager" -> "Armin Arlert" [taillabel = "Childhood friend of"] "Mikasa Ackerman" -> "Armin Arlert" [taillabel = "Childhood friend of"] "Reiner Braun" -> "Bertholt Hoover" [taillabel = "Friend of"] "Eren Yeager" -> "Bertholt Hoover" [taillabel = "Friend of"] "Connie Springer" -> "Bertholt Hoover" [taillabel = "Friend of"] "Annie Leonhart" -> "Bertholt Hoover" [taillabel = "Friend of"] "Colossal Titan" -> "Bertholt Hoover" [taillabel = "human form of "] "Female Titan" -> "Armored Titan" [taillabel = "Teammate of"] "Colossal Titan" -> "Armored Titan" [taillabel = "Teammate of"] "Beast Titan" -> "Armored Titan" [taillabel = "follow of "] "Armored Titan" -> "Female Titan" [taillabel = "Teammate of"] "Beast Titan" -> "Female Titan" [taillabel = "Follower of"] "Colossal Titan" -> "Female Titan" [taillabel = "Teammate of"] "Annie Leonhart" -> "Female Titan" [taillabel = "Titan form of"] "Female Titan" -> "Beast Titan" [taillabel = "Commander of"] "Colossal Titan" -> "Beast Titan" [taillabel = "Commander of"] "Levi Ackerman" -> "Beast Titan" [taillabel = "Enemy of"] "Armored Titan" -> "Beast Titan" [taillabel = "Commander of"] "Zeke Yeager" -> "Beast Titan" [taillabel = "Titan form of"] }' | dot -Tsvg > output.svg