echo 'digraph { "Chrom" -> "Lucina" [taillabel = "Daughter of"] "Emmeryn" -> "Chrom" [taillabel = "younger brother of"] "Lissa" -> "Chrom" [taillabel = "Older Brother of"] "Lucina" -> "Chrom" [taillabel = "Father of"] "Robin (Male)" -> "Chrom" [taillabel = "Best friend of"] "Marth" -> "Chrom" [taillabel = "Descendant of"] }' | dot -Tsvg > output.svg