8000 Backport PR #14030: Update colorcet link · matplotlib/matplotlib@f637111 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f637111

Browse files
jbednarMeeseeksDev[bot]
authored and
Backport PR #14030: Update colorcet link
1 parent 89bb235 commit f637111

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