Skip to content

Commit

Permalink
Merge pull request matplotlib#29315 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-29314-on-v3.10.x

Backport PR matplotlib#29314 on branch v3.10.x (DOC: fix footnote in choosing colormaps guide)
  • Loading branch information
rcomer authored Dec 14, 2024
2 parents 51fcc83 + 6c103ce commit e8cc337
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e8cc337

Please sign in to comment.