File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Matplotlib has a number of built-in colormaps accessible via
7
7
`.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`.
11
12
12
13
Overview
13
14
========
@@ -412,7 +413,7 @@ def plot_color_gradients(cmap_category, cmap_list):
412
413
# References
413
414
# ==========
414
415
#
415
- # .. [colorcet] https://github.com/bokeh/ colorcet
416
+ # .. [colorcet] https://colorcet.pyviz.org
416
417
# .. [Ware] http://ccom.unh.edu/sites/default/files/publications/Ware_1988_CGA_Color_sequences_univariate_maps.pdf
417
418
# .. [Moreland] http://www.kennethmoreland.com/color-maps/ColorMapsExpanded.pdf
418
419
# .. [list-colormaps] https://gist.github.com/endolith/2719900#id7
You can’t perform that action at this time.
0 commit comments