From 665e4b5f8c5bd770654d7cdf7860eb3c4cb9c732 Mon Sep 17 00:00:00 2001 From: Charlotte Pabst Date: Wed, 17 Jan 2024 21:24:39 +0100 Subject: --- x.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x.dot') diff --git a/x.dot b/x.dot index 77dea66..573b826 100644 --- a/x.dot +++ b/x.dot @@ -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"] -- cgit v1.2.3