Skip to content

Commit e8cc337

Browse files
authored
Merge pull request matplotlib#29315 from meeseeksmachine/auto-backport-of-pr-29314-on-v3.10.x
Backport PR matplotlib#29314 on branch v3.10.x (DOC: fix footnote in choosing colormaps guide)
2 parents 51fcc83 + 6c103ce commit e8cc337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/colors/colormaps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def plot_color_gradients(category, cmap_list):
178178
#
179179
# Berlin, Managua, and Vanimo are dark-mode diverging colormaps, with minimum
180180
# lightness at the center, and maximum at the extremes. These are taken from
181-
# F. Crameri's [scientific colour maps]_ version 8.0.1.
181+
# F. Crameri's [scientific-colour-maps]_ version 8.0.1.
182182

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

0 commit comments

Comments
 (0)