Difference between revisions of "Receiving Flow Charts"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
[[User:Rob/scratch1|Playing With Flowcharts]]
+
<graphviz>
 +
  digraph {
 +
 
 +
    start          [label="START HERE\nFOR POOP CHART", shape="box", fontsize="11", style="bold"]
 +
    poop            [label="have you pooped today?", fontsize="11", style="italic"]   
 +
    bran            [label="go eat a bran muffin\n& wash it down with some prune juice", fontsize="11"]
 +
    coffee          [label="did you consume caffeine this morning?", fontsize="11"]
 +
    external        [label="cheater! your bowel movement was induced by external forces!", fontsize="11"]
 +
    noncoffee      [label="where do you get your energy?!", fontsize="11"]
 +
   
 +
 
 +
 
 +
    start -> poop
 +
    poop -> bran [label="NO"]
 +
    bran -> poop [label="TRY AGAIN"]
 +
    poop -> coffee [label="YES"]
 +
    coffee -> external [label="DEAR LORD, YES!"]
 +
    coffee -> noncoffee [label="OH, I DON'T DO CAFFEINE, THANK YOU"]
 +
 
 +
</graphviz>

Revision as of 09:31, 3 January 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.