root/library/doc/html/inline_dotgraph_4.dot @ 632

Revision 632, 323 bytes (checked in by smidl, 15 years ago)

doc + updated tutorial

RevLine 
[275]1 
[354]2digraph datalink {
[396]3  node [shape=record];
4  subgraph cluster0 {
5    label = "Up";
6      up [label="<1>|<2>|<3>|<4>|<5>"];
7    color = "white"
[275]8}
[396]9  subgraph cluster1{
10    label = "Down";
11    labelloc = b;
12      down [label="<1>|<2>|<3>"];
13    color = "white"
[354]14}
[396]15    up:1 -> down:1;
16    up:3 -> down:2;
17    up:5 -> down:3;
[354]18}
Note: See TracBrowser for help on using the browser.