...
1digraph {
2 ordering = out;
3 compound=true;
4 rankdir="LR";
5
6 tag [label="", shape="circle", width=0.1, style="filled", color="black"];
7 tag2 [label="", shape="circle", width=0.1, style="filled", color="black"];
8 tag3 [label="", shape="circle", width=0.1, style="filled", color="black"];
9 index [shape="note"];
10 index2 [label="index", shape="note"];
11 image [shape="note"];
12 image2 [label="image", shape="note"];
13 image3 [label="image", shape="note"];
14 xml;
15
16 tag -> index [taillabel="r124356", tailport=head, labeldistance=2.1, labelangle=108];
17 tag2 -> index2 [taillabel="stable-release", tailport=head, labeldistance=2.1, labelangle=108];
18 tag3 -> image [taillabel="v1.0", tailport=head, labeldistance=2.1, labelangle=108];
19 index -> image;
20 index -> xml;
21 index -> index2;
22 index2 -> image2;
23 index2 -> image3;
24}
View as plain text