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

From FreekiWiki
Jump to navigation Jump to search
(a little more)
(→‎R: next printers . . .. gerr)
Line 37: Line 37:
 
subgraph cluster_2 {
 
subgraph cluster_2 {
 
node [style=filled];
 
node [style=filled];
t0;
+
t0 -> s2;
 
label = "testing";
 
label = "testing";
 
                 color=purple
 
                 color=purple
Line 43: Line 43:
  
 
         t0 -> b0;
 
         t0 -> b0;
 +
        t0 -> r2;
  
 
subgraph cluster_3 {
 
subgraph cluster_3 {
Line 65: Line 66:
 
start -> a0;
 
start -> a0;
 
start -> e0;
 
start -> e0;
 +
        start -> t0;
 
         e0 -> r1;
 
         e0 -> r1;
 
         bq -> s3;
 
         bq -> s3;

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