digraph G { label="eyefloss 2006.02.23"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; compound=true; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; subgraph cluster00 { letter; labelloc=b; label="Most letters\nare printed on\nWrite Once Read Many\n(W.O.R.M.) media."; } friend -> letter [label="write"]; head0 -> letter [label="read"]; label="Today I received a letter\nfrom a friend."; } head0 -> head1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { head1 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax1 [label="thorax"]; extremity10 [label="extremity[0]"]; extremity11 [label="extremity[1]"]; head1 -> thorax1 [minlen=2]; thorax1 -> extremity10; thorax1 -> extremity11; film0 [label="16mm"]; film1 [label="16mm"]; film2 [label="16mm"]; extremity10 -> steenbeck [constraint=false]; extremity11 -> film0 [constraint=false]; film0 -> steenbeck [color="#800000",style=bold]; steenbeck -> film2; film1 -> steenbeck; {rank=same; film0; film1; steenbeck; film2;} label="The letter read, \"Thanks for making a shortfilm for me"; } head1 -> head2 [style=bold,color="#c0c0c0",constraint=false]; subgraph cluster2 { head2 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; subgraph cluster20 { other20 [shape=trapezium,label=":^)"]; subgraph cluster200 { other200 [shape=trapezium,label="(^:",fontsize=12,margin="0.0,0.0"]; label=""; } label="other[n]" } label="and for presenting it to me on my birthday."; } head2 -> head3 [style=bold,color="#c0c0c0"]; subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax3 [label="thorax"]; extremity30 [label="extremity[0]"]; extremity31 [label="extremity[1]"]; head3 -> thorax3 [minlen=2]; thorax3 -> extremity30; thorax3 -> extremity31; label="But what I really wanted\nwas a copy of that\nnew Deathcab album.\""; } }