Difference between revisions of "Test"

From
Jump to: navigation, search
Line 3: Line 3:
  
 
subgraph cluster_0 {
 
subgraph cluster_0 {
 
 
color=blu;
 
color=blu;
 
node [style=filled,color=white];
 
node [style=filled,color=white];
 
D00;
 
D00;
 
D01;
 
D01;
 
 
 
label = "controller";
 
label = "controller";
 
}
 
}
  
 
subgraph cluster_1 {
 
subgraph cluster_1 {
 
 
color=red;
 
color=red;
 
node [style=filled];
 
node [style=filled];
Line 29: Line 25:
  
 
subgraph cluster_2 {
 
subgraph cluster_2 {
                 P;
+
                 P [shape=Mdiamond];
                 N;
+
                 N [shape=Msquare];
 
color=green;
 
color=green;
 
node [style=filled];
 
node [style=filled];
Line 36: Line 32:
 
color=blue
 
color=blue
 
}
 
}
start [shape=Mdiamond];
 
end [shape=Msquare];
 
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 15:51, 13 May 2018

The ImageMap extension is not installed.