diff --git a/scripts/acoustics.py b/scripts/acoustics.py index 95c9d108c9d2f325f4d3b1d8553b924d19be6fc6..2bc9218e9d3315d172ced563eed6d3e220ac5cd5 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):