8000 Update colorcet link by jbednar · Pull Request #14030 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Update colorcet link #14030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions tutorials/colors/colormaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

Matplotlib has a number of built-in colormaps accessible via
`.matplotlib.cm.get_cmap`. There are also external libraries like
[palettable]_ that have many extra colormaps. Here we briefly discuss
how to choose between the many options. For help on creating your
own colormaps, see :doc:`/tutorials/colors/colormap-manipulation`.
[palettable]_ and [colorcet]_ that have many extra colormaps.
Here we briefly discuss how to choose between the many options. For
help on creating your own colormaps, see
:doc:`/tutorials/colors/colormap-manipulation`.

Overview
========
Expand Down Expand Up @@ -412,7 +413,7 @@ def plot_color_gradients(cmap_category, cmap_list):
# References
# ==========
#
# .. [colorcet] https://github.com/bokeh/colorcet
# .. [colorcet] https://colorcet.pyviz.org
# .. [Ware] http://ccom.unh.edu/sites/default/files/publications/Ware_1988_CGA_Color_sequences_univariate_maps.pdf
# .. [Moreland] http://www.kennethmoreland.com/color-maps/ColorMapsExpanded.pdf
# .. [list-colormaps] https://gist.github.com/endolith/2719900#id7
Expand Down
0