flowchart

Nifty flowchart generator with graphviz

While working on my talk to give an introduction to wikis at Free Geek, I played around with the Graphviz extension, and had quite a bit of fun.

With a few lines I was able to create this lovely flowchart on family interaction.


digraph family {
nodesep=1.0 // increases the separation between nodes
node [color=Red,fontname=Courier]
edge [color=Blue, style=dashed] //setup options
P [label="Parents"]
D [label="Daughter"]
S [label="Son"]