From d77b353481898ecd52c4e648fefaf22b8a9371cd Mon Sep 17 00:00:00 2001 From: Julian Heymes Date: Wed, 18 Jan 2023 08:59:30 +0100 Subject: [PATCH] Corrected wrong coloring in plotPattern --- patternGenerator/plotPattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patternGenerator/plotPattern.py b/patternGenerator/plotPattern.py index 7f8c45b4f..e069e8e10 100755 --- a/patternGenerator/plotPattern.py +++ b/patternGenerator/plotPattern.py @@ -527,7 +527,7 @@ for idx, i in enumerate(range(nbiteff)): linestyle=linestyles_loop[2], color=colors_loop[2], alpha=alpha_loop[2], label="loop 2: " + str(nloop2) + " times" if idx == 0 else "", linewidth=2.0) axs2[idx].plot([loop2_end, loop2_end], [-10, 10], - linestyle=linestyles_loop[0], color=colors_loop[0], alpha=alpha_loop[2], linewidth=2.0) + linestyle=linestyles_loop[2], color=colors_loop[2], alpha=alpha_loop[2], linewidth=2.0) # Loop 3 if nloop3 is not None: