Skip to content

Commit

Permalink
Update _colors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler authored Feb 13, 2025
1 parent 191716c commit d2ba0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WrightTools/artists/_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2ba0e5

Please sign in to comment.