Difference between revisions of "User:Matteo/scratch.04"
Jump to navigation
Jump to search
(→R: more) |
(→R: hexagons) |
||
Line 92: | Line 92: | ||
r4 [shape=Msquare]; | r4 [shape=Msquare]; | ||
r5 [shape=Msquare]; | r5 [shape=Msquare]; | ||
+ | |||
+ | a0 [shape=hexagon]; | ||
+ | a1 [shape=hexagon]; | ||
s0 [shape=house]; | s0 [shape=house]; | ||
Line 112: | Line 115: | ||
start -> l1; | start -> l1; | ||
start -> c0; | start -> c0; | ||
+ | start -> t0; | ||
e0 -> r1; | e0 -> r1; | ||
bq -> s3; | bq -> s3; | ||
lq -> s5; | lq -> s5; | ||
− | start [shape= | + | start [shape=hexagon]; |
} | } | ||
</graphviz> | </graphviz> |
Revision as of 08:45, 28 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>