digraph G { label="eyefloss 2006.01.01"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; otherperson00 [label="otherperson[0]"]; otherperson01 [label="otherperson[1]"]; otherperson02 [label="otherperson[2]"]; otherperson03 [label="otherperson[3]"]; otherperson00 -> otherperson01 [dir=both,constraint=false,minlen=2]; otherperson02 -> otherperson03 [dir=both,constraint=false,minlen=2]; otherperson00 -> otherperson02 [dir=both]; otherperson01 -> otherperson03 [dir=both]; otherperson00 -> otherperson03 [dir=both,constraint=false]; otherperson01 -> otherperson02 [dir=both,constraint=false]; label="When I go to parties\nwhere there are many people"; } head0 -> head1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { head1 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; otherperson10 [label="otherperson[0]"]; otherperson11 [label="otherperson[1]"]; otherperson12 [label="otherperson[2]"]; otherperson13 [label="otherperson[3]"]; otherperson10 -> otherperson11 [dir=both,constraint=false,minlen=2]; otherperson12 -> otherperson13 [dir=both,constraint=false,minlen=2]; otherperson10 -> otherperson12 [dir=both]; otherperson11 -> otherperson13 [dir=both]; otherperson10 -> otherperson13 [dir=both,constraint=false]; otherperson11 -> otherperson12 [dir=both,constraint=false]; otherperson10 -> head1 [style=invis]; otherperson11 -> head1 [style=invis]; head1 -> otherperson12 [style=invis]; head1 -> otherperson13 [style=bold,color="#800000",label="?"]; label="I will try to play games I do not understand."; } head1 -> head2 [style=bold,color="#c0c0c0"]; subgraph cluster2 { head2 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax2 [label="thorax"]; extremity20 [label="extremity[0]"]; extremity21 [label="extremity[1]"]; head2 -> thorax2; thorax2 -> extremity20; thorax2 -> extremity21; label="I will try not to talk to people\nor ask them how to play"; } head2 -> head3 [style=bold,color="#c0c0c0"]; { rank=same; head1; head2; head3; } subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; e3 [shape=plaintext,label=""]; w3 [shape=plaintext,label=""]; e3 -> head3 [color="#800000"]; w3 -> head3 [color="#800000"]; { rank=same; head3; e3; w3; } label="because this may make the games\nless fun for them."; } }