8000 Fix a few broken links in docs by dstansby · Pull Request #7694 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix a few broken links in docs #7694

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
Dec 28, 2016
Merged
Changes from 1 commit
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
Prev Previous commit
One more link fix
  • Loading branch information
dstansby committed Dec 27, 2016
commit 83827c271a710c81e4bc0f2fb39a25f7078c6ee6
5 changes: 3 additions & 2 deletions doc/users/colormaps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ Color vision deficiencies

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.*, [asp]_).
how they look for different types of color vision deficiencies (*e.g.*,
[vischeck]_).

The most common form of color vision deficiency involves differentiating between
red and green. Thus, avoiding colormaps with both red and green will avoid many
Expand All @@ -187,5 +188,5 @@ References
.. [mycarta-cubelaw] http://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/
.. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/
.. [colorblindness] http://www.color-blindness.com/
.. [asp] http://aspnetresources.com/tools/colorBlindness
.. [vischeck] http://www.vischeck.com/vischeck/
.. [IBM] http://www.research.ibm.com/people/l/lloydt/color/color.HTM
0