8000 Merge pull request #14032 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@ef28a45 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef28a45

Browse files
authored
Merge pull request #14032 from meeseeksmachine/auto-backport-of-pr-14030-on-v3.1.x
Backport PR #14030 on branch v3.1.x (Update colorcet link)
2 parents 89bb235 + f637111 commit ef28a45

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/colors/colormaps.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
66
Matplotlib has a number of built-in colormaps accessible via
77
`.matplotlib.cm.get_cmap`. There are also external libraries like
8-
[palettable]_ that have many extra colormaps. Here we briefly discuss
9-
how to choose between the many options. For help on creating your
10-
own colormaps, see :doc:`/tutorials/colors/colormap-manipulation`.
8+
[palettable]_ and [colorcet]_ that have many extra colormaps.
9+
Here we briefly discuss how to choose between the many options. For
10+
help on creating your own colormaps, see
11+
:doc:`/tutorials/colors/colormap-manipulation`.
1112
1213
Overview
1314
========
@@ -412,7 +413,7 @@ def plot_color_gradients(cmap_category, cmap_list):
412413
# References
413414
# ==========
414415
#
415-
# .. [colorcet] https://github.com/bokeh/colorcet
416+
# .. [colorcet] https://colorcet.pyviz.org
416417
# .. [Ware] http://ccom.unh.edu/sites/default/files/publications/Ware_1988_CGA_Color_sequences_univariate_maps.pdf
417418
# .. [Moreland] http://www.kennethmoreland.com/color-maps/ColorMapsExpanded.pdf
418419
# .. [list-colormaps] https://gist.github.com/endolith/2719900#id7

0 commit comments

Comments
 (0)
0