echo 'digraph { "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"] "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"] "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