Differences

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

Link to this comparison view

Next revision
Previous revision
open_sauces:making_pesto [2013-10-24 09:07] – created nikopen_sauces:making_pesto [2013-10-24 09:28] (current) nik
Line 3: Line 3:
 {{>http://www.flickr.com/photos/foam/10454814174/}} {{>http://www.flickr.com/photos/foam/10454814174/}}
  
 +<graphviz dot right>
 +
 +digraph G {
 +    bgcolor = "grey93";
 +    rankdir="LR";
 +    subgraph ingredients {
 +        graph [shape=circle];
 +        node [shape=circle];
 +        basil;
 +        "pine nuts";
 +        parmesan;
 +        garlic;
 +        "olive oil";
 +        intA;
 +        intB;
 +        pesto;
 +    }
 +    subgraph transitions {
 +        node [shape=rect];
 +        blend;
 +        grate;
 +        mix;
 +    }
 +    basil -> blend;
 +    garlic -> blend;
 +    "pine nuts" -> blend -> intA -> mix;
 +    parmesan -> grate -> intB -> mix;
 +    "olive oil" -> mix;
 +    mix -> pesto [label="until mixed"];
 +}
 +
 +</graphviz>
 +
 +NOTE: pre- and postconditions are not included above. 
  • open_sauces/making_pesto.1382605670.txt.gz
  • Last modified: 2013-10-24 09:07
  • by nik