diff options
author | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-01-17 21:24:39 +0100 |
---|---|---|
committer | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-03-24 17:19:51 +0100 |
commit | 665e4b5f8c5bd770654d7cdf7860eb3c4cb9c732 (patch) | |
tree | 26dbfe6913eb669555e0834887957009e9082a88 /x.dot | |
parent | 81bce1d38758d3a7d000b3fdf0b1821621885782 (diff) | |
download | dcel-665e4b5f8c5bd770654d7cdf7860eb3c4cb9c732.tar.xz |
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"] |