Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41d2494

Browse files
authored
Merge pull request #14001 from Bharat123rox/vischeck
[BUG] DOC: Remove broken references to vischeck
2 parents cc7c347 + d8b5ad7 commit 41d2494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorials/colors/colormaps.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@ def plot_color_gradients(cmap_category, cmap_list):
402402
#
403403
# There is a lot of information available about color blindness (*e.g.*,
404404
# [colorblindness]_). Additionally, there are tools available to convert images
405-
# to how they look for different types of color vision deficiencies (*e.g.*,
406-
# [vischeck]_).
405+
# to how they look for different types of color vision deficiencies.
407406
#
408407
# The most common form of color vision deficiency involves differentiating
409408
# between red and green. Thus, avoiding colormaps with both red and green will
@@ -422,6 +421,5 @@ def plot_color_gradients(cmap_category, cmap_list):
422421
# .. [kovesi-colormaps] https://arxiv.org/abs/1509.03700
423422
# .. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/
424423
# .. [colorblindness] http://www.color-blindness.com/
425-
# .. [vischeck] http://www.vischeck.com/vischeck/
426424
# .. [IBM] https://doi.org/10.1109/VISUAL.1995.480803
427425
# .. [palettable] https://jiffyclub.github.io/palettable/

0 commit comments

Comments
 (0)