Difference between revisions of "User:Matteo/scratch.04"

From FreekiWiki
Jump to navigation Jump to search
(shapes)
(→‎R: laptops)
Line 35: Line 35:
 
                 e2 -> e0;
 
                 e2 -> e0;
 
                 e3 -> e0;
 
                 e3 -> e0;
 +
                l1 -> l0;
 
label = "System Evaluation";
 
label = "System Evaluation";
 
color=blue
 
color=blue
Line 49: Line 50:
 
         e3 -> s1;
 
         e3 -> s1;
 
         s1 -> b0;
 
         s1 -> b0;
 +
        l0 -> lb;
  
 
subgraph cluster_2 {
 
subgraph cluster_2 {
Line 63: Line 65:
 
node [style=filled];
 
node [style=filled];
 
b0 -> bq;
 
b0 -> bq;
 +
                lb -> lq;
 
label = "Build";
 
label = "Build";
 
                 color=purple
 
                 color=purple
Line 68: Line 71:
  
  
 +
subgraph cluster_6 {
 +
node [style=filled];
 +
 +
label = "laptop build";
 +
                color=purple
 +
}
 
subgraph cluster_4 {
 
subgraph cluster_4 {
 
node [style=filled];
 
node [style=filled];
Line 85: Line 94:
 
         s3 [shape=house];
 
         s3 [shape=house];
 
         s4 [shape=house];
 
         s4 [shape=house];
 +
        s5 [shape=house];
  
 
         b0 -> e0
 
         b0 -> e0
Line 90: Line 100:
 
start -> a0;
 
start -> a0;
 
start -> e0;
 
start -> e0;
         start -> t0;
+
         start -> l1;
 +
        start -> c0;
 
         e0 -> r1;
 
         e0 -> r1;
 
         bq -> s3;
 
         bq -> s3;
 +
        lq -> s5;
  
 
start [shape=Mdiamond];
 
start [shape=Mdiamond];
        stop [shape=parallelogram];
 
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 22:55, 26 November 2007

R

We are doing things

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

L

<graphvizr> digraph G {

Policy_idea -> Read_Policies Policy_intrest -> Read_Policies Read_Policies -> Link_to_List Read_Policies -> Policy_still_relivent Read_Policies -> More_info_needed Link_to_List -> Look_for_link Policy_still_relivent -> ask_the_question More_info_needed -> ask_the_question ask_the_question -> document Look_for_link -> document document -> Read_Policies } </graphvizr>