Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
open_sauces:making_pesto [2013-10-24 09:23] nikopen_sauces:making_pesto [2013-10-24 09:28] (current) nik
Line 10: Line 10:
     subgraph ingredients {     subgraph ingredients {
         graph [shape=circle];         graph [shape=circle];
-        node [shape=circle,fixedsize=true,width=2];+        node [shape=circle];
         basil;         basil;
         "pine nuts";         "pine nuts";
Line 16: Line 16:
         garlic;         garlic;
         "olive oil";         "olive oil";
-        "(intermediate 1 - blended)"+        intA
-        "(intermediate 2 - grated parmesan)"+        intB
-        pesto+        pesto;
     }     }
     subgraph transitions {     subgraph transitions {
-        node [shape=rect,height=0.2,width=2];+        node [shape=rect];
         blend;         blend;
         grate;         grate;
Line 28: Line 28:
     basil -> blend;     basil -> blend;
     garlic -> blend;     garlic -> blend;
-    "pine nuts" -> blend -> "(intermediate 1 - blended)" -> mix; +    "pine nuts" -> blend -> intA -> mix; 
-    parmesan -> grate -> "(intermediate 2 - grated parmesan)" -> mix;+    parmesan -> grate -> intB -> mix;
     "olive oil" -> mix;     "olive oil" -> mix;
-    mix -> pesto;+    mix -> pesto [label="until mixed"];
 } }
- 
  
 </graphviz> </graphviz>
 +
 +NOTE: pre- and postconditions are not included above. 
  • open_sauces/making_pesto.1382606582.txt.gz
  • Last modified: 2013-10-24 09:23
  • by nik