digraph G { label="eyefloss 2006.01.13"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; one0 [label="1"]; two0 [label="2"]; one0 -> two0 [label="discontinuous bipolar spectrum",dir=none,constraint=false,style="dotted"]; label=" You know, there are really only two kinds of people in the world: "; } head0 -> one1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { metascrabble1 [label="metascrabble"]; one1 [label="1"]; two1 [label="2"]; one1 -> two1 [dir=none,constraint=false,style="dotted",minlen=2]; one1 -> metascrabble1 [label="like",color="#800000",minlen=0]; label="those who like to play metascrabble,"; } one1 -> metascrabble2 [style=bold,color="#c0c0c0"]; subgraph cluster2 { metascrabble2 [label="metascrabble"]; one2 [label="1"]; two2 [label="2"]; one2 -> two2 [dir=none,constraint=false,style="dotted",minlen=2]; two2 -> metascrabble2 [label="don't like",color="#800000",minlen=3]; label="and those who don't like\nto play metascrabble."; } metascrabble2 -> 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; thorax3 -> extremity30; thorax3 -> extremity31; one3 [label="1"]; two3 [label="2"]; one3 -> head3 [dir=none,constraint=false,style="dotted"]; head3 -> two3 [dir=none,constraint=false,style="dotted"]; label="Me? Well, I'm right in the middle."; } }