digraph G { label="eyefloss 2006.01.16"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; bluepaperclip0 [label="blue paperclip",color="#000080",fontcolor="#000080"]; head0 -> bluepaperclip0 [label="talk"]; label="I know this is kind of sudden,\nbut I don't feel we've \"clicked\"\nas much as I'd hoped."; } head0 -> meet1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { meet1 [label="meet",shape=Mdiamond]; unmeet1 [label="unmeet",shape=Mdiamond]; subgraph cluster10 { interesting10 [label="interesting"]; intelligent10 [label="intelligent"]; goodlooking10 [label="good-looking"]; click10 [label="\"click\""]; interesting10 -> intelligent10 -> goodlooking10 -> click10; label="good"; } subgraph cluster11 { uninteresting11 [label="uninteresting"]; unintelligent11 [label="unintelligent"]; ungoodlooking11 [label="ungood-looking"]; unclick11 [label="\"unclick\""]; uninteresting11 -> unintelligent11 -> ungoodlooking11 -> unclick11; label="ungood"; } meet1 -> interesting10; meet1 -> uninteresting11; uninteresting11 -> interesting10 [constraint=false]; unintelligent11 -> intelligent10 [constraint=false]; ungoodlooking11 -> goodlooking10 [constraint=false]; click10 -> unclick11 [constraint=false]; goodlooking10 -> unclick11 [constraint=false]; unclick11 -> unmeet1; label="I've been struggling\nwith this since we met,\nbecause you're an\ninteresting,\nintelligent,\ngood-looking\nblue paperclip"; } unmeet1 -> 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 you possess many of the qualities\nI enjoy in blue paperclips,\nbut something just isn't there."; } metascrabble2 -> head3 [style=bold,color="#c0c0c0"]; subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; bluepaperclip3 [label="blue paperclip",color="#000080",fontcolor="#000080"]; head3 -> bluepaperclip3 [label="talk"]; label="Hope you don't hate me\nwith an irrational passion?"; } }