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

From FreekiWiki
Jump to navigation Jump to search
(→‎R: gizmo flow by department, sorda, start)
(a little more)
Line 28: Line 28:
 
}
 
}
  
 +
        e0 -> t0;
 +
        e1 -> t0;
 
         e1 -> s1;
 
         e1 -> s1;
 
         e2 -> s1;
 
         e2 -> s1;
Line 34: Line 36:
  
 
subgraph cluster_2 {
 
subgraph cluster_2 {
 +
node [style=filled];
 +
t0;
 +
label = "testing";
 +
                color=purple
 +
}
 +
 +
        t0 -> b0;
 +
 +
subgraph cluster_3 {
 
node [style=filled];
 
node [style=filled];
 
b0 -> bq;
 
b0 -> bq;
Line 41: Line 52:
  
  
subgraph cluster_ {
+
subgraph cluster_4 {
 
node [style=filled];
 
node [style=filled];
end;
+
r0;
                 r0;
+
                 r1 -> r2;
 
label = "recycling";
 
label = "recycling";
 
}
 
}
 +
r0 [shape=Msquare];
 +
r1 [shape=Msquare];
 +
r2 [shape=Msquare];
  
 
         b0 -> e0
 
         b0 -> e0
 
start -> a0;
 
start -> a0;
 
start -> e0;
 
start -> e0;
         e0 -> end;
+
         e0 -> r1;
 
         bq -> s3;
 
         bq -> s3;
  
 
start [shape=Mdiamond];
 
start [shape=Mdiamond];
end [shape=Msquare];
 
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 21:45, 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>