From 32cbb11bb68e2af95c0d64f9b1890e09d4dac55e Mon Sep 17 00:00:00 2001 From: lopez_c Date: Mon, 5 Dec 2022 12:49:04 +0100 Subject: [PATCH] Corrected typo --- patternGenerator/plotPattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patternGenerator/plotPattern.py b/patternGenerator/plotPattern.py index 8228ba515..7040ad652 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: