From ca477cdaa9bdb45c3d93b9ad2ef03fd7f84e9809 Mon Sep 17 00:00:00 2001 From: Carlo Guidi <cguidi@km3net.de> Date: Tue, 14 Jan 2020 12:34:38 +0100 Subject: [PATCH] Update acoustics.py --- scripts/acoustics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/acoustics.py b/scripts/acoustics.py index 95c9d10..2bc9218 100644 --- a/scripts/acoustics.py +++ b/scripts/acoustics.py @@ -197,9 +197,9 @@ while check: iAB2 = np.intersect1d(iAB2_up, iAB2_down) iAB3 = np.where(ind[0] > (2*L - 1)) - colorsList = [(0, 0, 0),(1, 0.3, 0),(1, 1, 0),(0.2, 0.9, 0)] + colorsList = [(0, 0, 0), (1, 0.3, 0), (1, 1, 0), (0.2, 0.9, 0)] CustomCmap = matplotlib.colors.ListedColormap(colorsList) - bounds=[-2, -1, 0, 1, 2] + bounds = [-2, -1, 0, 1, 2] norma = colors.BoundaryNorm(bounds, CustomCmap.N) for du in range(N_DUS): for ab in range(N_ABS): -- GitLab