Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions galleries/users_explain/colors/colormaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def plot_color_gradients(category, cmap_list):
#
# Berlin, Managua, and Vanimo are dark-mode diverging colormaps, with minimum
# lightness at the center, and maximum at the extremes. These are taken from
# F. Crameri's [scientific colour maps]_ version 8.0.1.
# F. Crameri's [scientific-colour-maps]_ version 8.0.1.

plot_color_gradients('Diverging',
['PiYG', 'PRGn', 'BrBG', 'PuOr', 'RdGy', 'RdBu', 'RdYlBu',
Expand Down Expand Up @@ -446,4 +446,4 @@ def plot_color_gradients(cmap_category, cmap_list):
# .. [colorblindness] http://www.color-blindness.com/
# .. [IBM] https://doi.org/10.1109/VISUAL.1995.480803
# .. [turbo] https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html
# .. [scientific colour maps] https://doi.org/10.5281/zenodo.1243862
# .. [scientific-colour-maps] https://doi.org/10.5281/zenodo.1243862
Loading