https://github.com/jrfonseca/xdot.py/issues/71
https://github.com/jrfonseca/xdot.py/pull/81
10 | 10 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+digraph { |
|
2 |
+ Src [tooltip="Source"]; |
|
3 |
+ Dst [tooltip="Destination"]; |
|
4 |
+ Src -> Dst [ |
|
5 |
+ headlabel="H" |
|
6 |
+ headtooltip="Head" |
|
7 |
+ headURL="headURL" |
|
8 |
+ edgelabel="E" |
|
9 |
+ edgetooltip="Edge" |
|
10 |
+ edgeURL="edgeURL" |
|
11 |
+ taillabel="T" |
|
12 |
+ tailtooltip="Tail" |
|
13 |
+ tailURL="tailURL" |
|
14 |
+ label="L" |
|
15 |
+ labeltooltip="Label" |
|
16 |
+ ] |
|
17 |
+} |