From e67b61122013c1a7b28f295062d597315c402521 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Sat, 18 Aug 2018 12:15:27 -0700 Subject: [PATCH 1/2] Merge pull request #11799 from saketkc/patch-3 DOC: Update link to IBM's colormap selection paper --- 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 6d3b58b6a8c6..cf4f63097ea1 100644 --- a/tutorials/colors/colormaps.py +++ b/tutorials/colors/colormaps.py @@ -391,4 +391,4 @@ def plot_color_gradients(cmap_category, cmap_list): # .. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/ # .. [colorblindness] http://www.color-blindness.com/ # .. [vischeck] http://www.vischeck.com/vischeck/ -# .. [IBM] http://www.research.ibm.com/people/l/lloydt/color/color.HTM +# .. [IBM] https://ieeexplore.ieee.org/document/480803/ From 88d346fdae84bbc7f46290024e7aac85a2626bfb Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 19 Aug 2018 17:50:59 -0400 Subject: [PATCH 2/2] Merge pull request #11881 from jklymak/doc-colormap-doi DOC: make ibm link go to doi not ieee site --- 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 cf4f63097ea1..b945206e105f 100644 --- a/tutorials/colors/colormaps.py +++ b/tutorials/colors/colormaps.py @@ -391,4 +391,4 @@ def plot_color_gradients(cmap_category, cmap_list): # .. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/ # .. [colorblindness] http://www.color-blindness.com/ # .. [vischeck] http://www.vischeck.com/vischeck/ -# .. [IBM] https://ieeexplore.ieee.org/document/480803/ +# .. [IBM] https://dx.doi.org/10.1109/VISUAL.1995.480803