Difference between revisions of "User:Matteo/scratch.04"
Jump to navigation
Jump to search
(→R: next printers . . .. gerr) |
(→R: yae) |
||
Line 4: | Line 4: | ||
<graphviz> | <graphviz> | ||
digraph g { | digraph g { | ||
+ | |||
+ | subgraph cluster_5 { | ||
+ | node [style=filled]; | ||
+ | p0 -> p1; | ||
+ | label = "Printer"; | ||
+ | color=green | ||
+ | } | ||
+ | |||
+ | p0 -> r3; | ||
+ | p1 -> r3; | ||
+ | p1 -> s4; | ||
subgraph cluster_0 { | subgraph cluster_0 { | ||
Line 24: | Line 35: | ||
e2 -> e0; | e2 -> e0; | ||
e3 -> e0; | e3 -> e0; | ||
− | label = "Evaluation"; | + | label = "System Evaluation"; |
color=blue | color=blue | ||
} | } | ||
Line 57: | Line 68: | ||
r0; | r0; | ||
r1 -> r2; | r1 -> r2; | ||
+ | r3; | ||
label = "recycling"; | label = "recycling"; | ||
} | } | ||
Line 62: | Line 74: | ||
r1 [shape=Msquare]; | r1 [shape=Msquare]; | ||
r2 [shape=Msquare]; | r2 [shape=Msquare]; | ||
+ | r3 [shape=Msquare]; | ||
b0 -> e0 | b0 -> e0 | ||
+ | start -> p0; | ||
start -> a0; | start -> a0; | ||
start -> e0; | start -> e0; |
Revision as of 20:58, 26 November 2007
R
We are doing things
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>