echo 'digraph { "Barrett" -> "Byron" [taillabel = "Father of"] "Byron" -> "Barrett" [taillabel = "Son of"] "Leonel" -> "Barrett" [taillabel = "Father of"] "Dorothy" -> "Barrett" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg