# http://www.graphviz.org/content/cluster digraph G { graph [fontname = "Handlee"]; node [fontname = "Handlee"]; edge [fontname = "Handlee"]; q2 -> n2 -> graphviz y1 [label="yes"] n1 [label="no"] start->y1->q2 start->n1->end q2 [label="Do you want to spend a lot\n of time messing with shapes?"] y2 [label="yes"] n2 [label="no"] q2 -> y2 -> Visio start [shape=Mdiamond, label="Do you want to make a chart?"]; end [shape=Msquare, label="...alright"]; }