digraph G { label="eyefloss 2006.02.03"; labelloc=t; fontsize=16; size="8,10"; compound=true; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; package0 [label="package"]; package0 -> head0 [label=" mail"]; label="Today I received a package in the mail" } head0 -> head1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { head1 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; package1 [label="package"]; package1 -> head1 [style=invis,constraint=false]; z1 [label="",style=invis]; package1 -> z1 [label="mail",constraint=false,style=bold,color="#800000"]; head1 -> z1 [style=invis,constraint=false]; label="but it wasn't for me. "; } head1 -> earth [style=bold,color="#c0c0c0"]; subgraph cluster2 { earth -> sun [label=" 365d 6h 9min 9s"]; label="The earth is moving closer to the sun every day."; } sun -> head3 [style=bold,color="#c0c0c0"]; subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; z3 [label="",style=invis]; head3 -> z3; label="Someday I will forget."; } }