digraph G { label="eyefloss 2005.12.30"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; seat0 [label="seat"]; restaurant0 [label="restaurant"]; head0 -> seat0 [style=bold,label="waiting"]; seat0 -> restaurant0; label="When I am waiting\nfor a seat in a restaurant"; } head0 -> head1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { head1 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; leaf10 [label="leaf[0]"]; leaf11 [label="leaf[1]"]; leaf12 [label="leaf[2]"]; plastictree1 [label="plastic tree"]; lobby1 [label="lobby"]; leaf10 -> plastictree1 [label="branch[0]"]; leaf11 -> plastictree1 [label="branch[1]"]; leaf12 -> plastictree1 [label="branch[2]"]; plastictree1 -> lobby1; head1 -> plastictree1 [style=bold,label="no touch",color="#800000"]; label="I will try not to touch the plastic tree in the lobby"; } head1 -> head2 [style=bold,color="#c0c0c0"]; subgraph cluster2 { head2 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; please2 [label="please"]; label="if there is a sign that says\n\"Please do not touch the plastic tree\""; } 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; thorax3 -> extremity30; thorax3 -> extremity31; e3 [shape=plaintext,label=""]; w3 [shape=plaintext,label=""]; e3 -> head3 [color="#800000"]; w3 -> head3 [color="#800000"]; { rank=same; head3; e3; w3; } label=" because I do not like loud noises and yelling."; } }