echo 'digraph { "Void " -> "Conrad " [taillabel = "Partner of"] "Ubik" -> "Conrad " [taillabel = "Partner of"] "Slan " -> "Conrad " [taillabel = "Partner of"] "Conrad " -> "Void " [taillabel = "Partner of"] "Slan " -> "Void " [taillabel = "Partner of"] "Ubik" -> "Void " [taillabel = "Partner of"] "Griffith" -> "Void " [taillabel = "Partner of"] "Griffith" -> "Slan " [taillabel = "Partner of"] "Ubik" -> "Slan " [taillabel = "Partner of"] "Void " -> "Slan " [taillabel = "Partner of"] "Conrad " -> "Slan " [taillabel = "Partner of"] "Guts" -> "Slan " [taillabel = "Enemy of"] "Conrad " -> "Ubik" [taillabel = "Partner of"] "Griffith" -> "Ubik" [taillabel = "Partner of"] "Void " -> "Ubik" [taillabel = "Partner of"] "Slan " -> "Ubik" [taillabel = "Partner of"] }' | dot -Tsvg > output.svg