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

From FreekiWiki
Jump to navigation Jump to search
(→‎R: hexagons)
(→‎R: a little more reality)
Line 28: Line 28:
  
 
subgraph cluster_1 {
 
subgraph cluster_1 {
node [style=filled];
+
                node [style=filled];
e0 -> e1;
+
 
                e0 -> e2;
+
        subgraph cluster_11 {
                e0 -> e3;
+
      e0 -> e1;
                e1 -> e0;
+
                      e0 -> e2;
                e2 -> e0;
+
                      e0 -> e3;
                e3 -> e0;
+
                      e1 -> e0;
                 l1 -> l0;
+
                      e2 -> e0;
label = "System Evaluation";
+
                      e3 -> e0;
 +
                      label = "System Evaluation";
 +
      color=blue
 +
                 }
 +
                subgraph cluster_10 {
 +
                        l1 -> l0;
 +
                        label = "Laptop";
 +
        color=blue
 +
                }
 +
                e2 -> c0;
 +
label = "Prebuild";
 
color=blue
 
color=blue
 
}
 
}
Line 42: Line 52:
 
         e0 -> c0;
 
         e0 -> c0;
 
         e1 -> c0;
 
         e1 -> c0;
        e2 -> c0;
 
 
         c0 -> t0;
 
         c0 -> t0;
 
         c0 -> b0;
 
         c0 -> b0;
Line 51: Line 60:
 
         s1 -> b0;
 
         s1 -> b0;
 
         l0 -> lb;
 
         l0 -> lb;
 +
        l1 -> t0;
  
 
subgraph cluster_2 {
 
subgraph cluster_2 {
Line 61: Line 71:
 
         t0 -> b0;
 
         t0 -> b0;
 
         t0 -> r2;
 
         t0 -> r2;
 +
        t0 -> lb;
  
 
subgraph cluster_3 {
 
subgraph cluster_3 {
Line 115: Line 126:
 
         start -> l1;
 
         start -> l1;
 
         start -> c0;
 
         start -> c0;
        start -> t0;
 
 
         e0 -> r1;
 
         e0 -> r1;
 
         bq -> s3;
 
         bq -> s3;

Revision as of 11:16, 28 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>