From d8b5ad7a16c88d2d4997f8d6d120e282d1938de1 Mon Sep 17 00:00:00 2001 From: Bharat123rox Date: Mon, 22 Apr 2019 16:31:12 +0530 Subject: [PATCH] [BUG] DOC: Remove broken references to vischeck --- tutorials/colors/colormaps.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tutorials/colors/colormaps.py b/tutorials/colors/colormaps.py index 31c5714eb8d9..218abf1108af 100644 --- a/tutorials/colors/colormaps.py +++ b/tutorials/colors/colormaps.py @@ -401,8 +401,7 @@ def plot_color_gradients(cmap_category, cmap_list): # # There is a lot of information available about color blindness (*e.g.*, # [colorblindness]_). Additionally, there are tools available to convert images -# to how they look for different types of color vision deficiencies (*e.g.*, -# [vischeck]_). +# to how they look for different types of color vision deficiencies. # # The most common form of color vision deficiency involves differentiating # between red and green. Thus, avoiding colormaps with both red and green will @@ -421,6 +420,5 @@ def plot_color_gradients(cmap_category, cmap_list): # .. [kovesi-colormaps] https://arxiv.org/abs/1509.03700 # .. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/ # .. [colorblindness] http://www.color-blindness.com/ -# .. [vischeck] http://www.vischeck.com/vischeck/ # .. [IBM] https://doi.org/10.1109/VISUAL.1995.480803 # .. [palettable] https://jiffyclub.github.io/palettable/