From c3db011acf820c3653501afc047e8aa6306a8f25 Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Wed, 24 Apr 2019 19:04:00 -0500 Subject: [PATCH 1/2] Updated colorcet link --- tutorials/colors/colormaps.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tutorials/colors/colormaps.py b/tutorials/colors/colormaps.py index 31c5714eb8d9..20492ee61d95 100644 --- a/tutorials/colors/colormaps.py +++ b/tutorials/colors/colormaps.py @@ -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 ======== @@ -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 From 12aea65aca338dd7134bf98847b4b18049dffde3 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 24 Apr 2019 23:43:41 -0400 Subject: [PATCH 2/2] STY: remove trailing whitespace --- tutorials/colors/colormaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/colors/colormaps.py b/tutorials/colors/colormaps.py index 20492ee61d95..ac6dfb4ed679 100644 --- a/tutorials/colors/colormaps.py +++ b/tutorials/colors/colormaps.py @@ -5,7 +5,7 @@ Matplotlib has a number of built-in colormaps accessible via `.matplotlib.cm.get_cmap`. There are also external libraries like -[palettable]_ and [colorcet]_ that have many extra colormaps. +[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`.