This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph "A Song of Ice and Fire" { | |
fontsize=32; | |
label="A Song of Ice and Fire\nChapter Graph"; | |
labelloc=t; | |
ranksep=equally; | |
concentrate=true; | |
compound=true; | |
node [shape=record, color=blue, style=filled, fillcolor=lightsteelblue1]; AGOTKEY [label="A Game\nOf Thrones"]; | |
AGOT0 [label="Prologue\n(Will)"]; AGOT1 [label="Bran I"]; |