digraph G { label="eyefloss 2006.01.23"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; label="I watched your solo cinematic debut"; } head0 -> head1 [style=bold,color="#c0c0c0",constraint=false]; subgraph cluster1 { head1 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; cctv [label="Closed-Circuit Television (CCTV)"]; head1 -> cctv [label="watch"]; {rank=same; head1; cctv;}; label="on the closed-circuit television"; } head1 -> head2 [style=bold,color="#c0c0c0"]; subgraph cluster2 { user20 [label="user[i+1]"]; head2 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; user2d [label="user[...]"]; user2z [label="user[0]"]; cashier [label="cashier"]; user20 -> head2; head2 -> user2d; user2d -> user2z; user2z -> cashier [style=bold,color="#800000",dir=none]; user2z -> cashier [style=bold,color="#800000",dir=none]; {rank=same; user20; head2; user2d; user2z; cashier;}; label="while waiting in line."; } head2 -> head3 [style=bold,color="#c0c0c0"]; subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; orangedrink [label="Orange Drink (OD)"]; orangejuice [label="Orange Juice (OJ)"]; orangejuice -> orangedrink [dir=none,style=invis]; {rank=same; orangedrink; orangejuice;} fcoj [label="Frozen Concentrated Orange Juice (FCOJ)"]; nfc [label="Not From Concentrate (NFC)"]; orangejuice -> fcoj; orangejuice -> nfc; bulk [label="Bulk\n(7:1 strength ratio)"]; canned [label="Canned\n(4:1 strength ratio)"]; fcoj -> canned [label="evaporatoration"]; fcoj -> bulk [label="evaporatoration"]; bulk -> canned [label="partial reconstitution"]; rrts [label="Recon Ready To Serve (RRTS)\n(1:1 strength ratio)"]; bulk -> rrts [label="reconstitution"]; canned -> rrts [label="reconstitution"]; fs [label="Fresh Squeezed (FS)"]; pnfc [label="Packaged Not From Concentrate (PNFC)"]; nfc -> fs; nfc -> pnfc [label="centrifuge de-oiling"]; label="There are so many kinds of orange juice to try!"; } }