File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Implementation
117
117
For installing from source, and assuming the user has all of the
118
118
C-level compilers and dependencies, this can be accomplished fairly
119
119
easily using `distribute ` and following the instructions `here
120
- <http ://packages .python.org/distribute/ > `_. The only anticipated
120
+ <https ://pypi .python.org/pypi/distribute > `_. The only anticipated
121
121
change to the matplotlib library code will be to import `pyparsing `
122
122
from the top-level namespace rather than from within matplotlib. Note
123
123
that `distribute ` will also allow us to remove the direct dependency
Original file line number Diff line number Diff line change 22
22
.. _network graph visualizer : http://github.com/blog/39-say-hello-to-the-network-graph-visualizer
23
23
.. _git user manual : http://schacon.github.com/git/user-manual.html
24
24
.. _git tutorial : http://schacon.github.com/git/gittutorial.html
25
- .. _git community book : http ://book. git-scm.com/
25
+ .. _git community book : https ://git-scm.com/book/en/v2
26
26
.. _git ready : http://www.gitready.com/
27
27
.. _git casts : http://www.gitcasts.com/
28
28
.. _Fernando's git page : http://www.fperez.org/py4science/git.html
Original file line number Diff line number Diff line change 6
6
Matplotlib only uses BSD compatible code. If you bring in code from
7
7
another project make sure it has a PSF, BSD, MIT or compatible license
8
8
(see the Open Source Initiative `licenses page
9
- <http://www. opensource.org/licenses> `_ for details on individual
9
+ <http://opensource.org/licenses> `_ for details on individual
10
10
licenses). If it doesn't, you may consider contacting the author and
11
11
asking them to relicense it. GPL and LGPL code are not acceptable in
12
12
the main code base, though we are considering an alternative way of
Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ Color vision deficiencies
168
168
169
169
There is a lot of information available about color blindness (*e.g. *,
170
170
[colorblindness ]_). Additionally, there are tools available to convert images to
171
- how they look for different types of color vision deficiencies (*e.g. *, [asp ]_).
171
+ how they look for different types of color vision deficiencies (*e.g. *,
172
+ [vischeck ]_).
172
173
173
174
The most common form of color vision deficiency involves differentiating between
174
175
red and green. Thus, avoiding colormaps with both red and green will avoid many
@@ -187,5 +188,5 @@ References
187
188
.. [mycarta-cubelaw ] http://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/
188
189
.. [bw ] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/
189
190
.. [colorblindness ] http://www.color-blindness.com/
190
- .. [asp ] http://aspnetresources. com/tools/colorBlindness
191
+ .. [vischeck ] http://www.vischeck. com/vischeck/
191
192
.. [IBM ] http://www.research.ibm.com/people/l/lloydt/color/color.HTM
You can’t perform that action at this time.
0 commit comments