-
Notifications
You must be signed in to change notification settings - Fork 0
/
graph.dot
27 lines (27 loc) · 1.03 KB
/
graph.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
digraph {
graph [bb="0,0,164,252"];
node [label="\N"];
a [height=0.5,
pos="99,234",
width=0.75];
b [height=0.5,
pos="72,162",
width=0.75];
a -> b [pos="e,78.54,179.96 92.601,216.41 89.486,208.34 85.666,198.43 82.165,189.35"];
c [height=0.5,
pos="27,90",
width=0.75];
a -> c [pos="e,25.065,108.15 78.897,221.89 64.347,212.69 45.615,198.2 36,180 25.993,161.06 24.157,136.69 24.591,118.25"];
d [height=0.5,
pos="137,18",
width=0.75];
a -> d [pos="e,140.65,36.092 107.51,216.56 112.67,206.23 119.16,192.53 124,180 141.65,134.31 150.12,120.81 146,72 145.28,63.499 143.93,54.312 \
142.49,46.012"];
b -> c [pos="e,37.171,106.82 61.789,145.12 56.15,136.34 49.027,125.26 42.696,115.42"];
e [height=0.5,
pos="110,90",
width=0.75];
b -> e [pos="e,101.23,107.15 80.813,144.76 85.418,136.28 91.155,125.71 96.321,116.2"];
e -> a [pos="e,102.56,215.9 110.35,108.11 110.55,126.06 110.38,155.08 108,180 107.19,188.49 105.81,197.68 104.37,205.98"];
e -> d [pos="e,130.46,35.956 116.4,72.411 119.51,64.335 123.33,54.431 126.83,45.355"];
}