diff options
Diffstat (limited to 'x.dot')
-rw-r--r-- | x.dot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ edge_1 -> edge_0 [color="green"] edge_2 [pos="7.5,0.2!", shape=point, width=0.01, height=0.01] 2 -> edge_2 [arrowhead=none] edge_2 -> 1 [label="2"] -edge_2 -> edge_3 [color="green"] +edge_2 -> edge_1 [color="green"] edge_3 [pos="7.5,-0.2!", shape=point, width=0.01, height=0.01] 1 -> edge_3 [arrowhead=none] edge_3 -> 2 [label="3"] @@ -24,7 +24,7 @@ edge_3 -> edge_5 [color="green"] edge_4 [pos="4.5,0.2!", shape=point, width=0.01, height=0.01] 3 -> edge_4 [arrowhead=none] edge_4 -> 2 [label="4"] -edge_4 -> edge_2 [color="green"] +edge_4 -> edge_3 [color="green"] edge_5 [pos="4.5,-0.2!", shape=point, width=0.01, height=0.01] 2 -> edge_5 [arrowhead=none] edge_5 -> 3 [label="5"] |