From d2ba0e5854f56109e88755e7338ef10f0fe06e22 Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:52:58 -0600 Subject: [PATCH] Update _colors.py --- WrightTools/artists/_colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WrightTools/artists/_colors.py b/WrightTools/artists/_colors.py index b0253e4e..b5066899 100644 --- a/WrightTools/artists/_colors.py +++ b/WrightTools/artists/_colors.py @@ -424,7 +424,7 @@ def __getitem__(self, key): colormaps = cmapdict() colormaps["cubehelix"] = copy.copy(plt.get_cmap("cubehelix_r")) -colormaps["default"] = cubehelix +colormaps["default"] = cubehelix.resampled(2**12) colormaps["signed"] = copy.copy(plt.get_cmap("bwr")) colormaps["greenscale"] = mplcolors.LinearSegmentedColormap.from_list("greenscale", greenscale) colormaps["greyscale"] = mplcolors.LinearSegmentedColormap.from_list("greyscale", greyscale)