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

From FreekiWiki
Jump to navigation Jump to search
(→‎R: more)
Line 81: Line 81:
 
r0;
 
r0;
 
                 r1 -> r2;
 
                 r1 -> r2;
 +
                r1 -> r4;
 +
                r2 -> r5;
 
                 r3;
 
                 r3;
 
label = "recycling";
 
label = "recycling";
 
}
 
}
 
r0 [shape=Msquare];
 
r0 [shape=Msquare];
r1 [shape=Msquare];
+
r1 [shape=hexagon];
r2 [shape=Msquare];
+
r2 [shape=hexagon];
 
r3 [shape=Msquare];
 
r3 [shape=Msquare];
 +
        r4 [shape=Msquare];
 +
        r5 [shape=Msquare];
  
 
         s0 [shape=house];
 
         s0 [shape=house];

Revision as of 20:23, 27 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>