@@ -40,7 +40,7 @@ Matplotlib makes easy things easy and hard things possible.
40
40
41
41
Create
42
42
43
- - Develop `publication quality plots `_ with just with just a few lines of code
43
+ - Develop `publication quality plots `_ with just a few lines of code
44
44
- Use `interactive figures `_ that can zoom, pan, update...
45
45
46
46
.. _publication quality plots : https://matplotlib.org/gallery/index.html
@@ -62,7 +62,7 @@ Matplotlib makes easy things easy and hard things possible.
62
62
63
63
- Explore tailored functionality provided by
64
64
:doc: `third party packages <thirdpartypackages/index >`
65
- - Learn more about matplotlib through the many
65
+ - Learn more about Matplotlib through the many
66
66
:doc: `external learning resources <resources/index >`
67
67
68
68
Documentation
@@ -80,7 +80,7 @@ Join our community!
80
80
Matplotlib is a welcoming, inclusive project, and we follow the `Python
81
81
Software Foundation Code of Conduct <coc_> `_ in everything we do.
82
82
83
- .. _coc : http ://www.python.org/psf/codeofconduct /
83
+ .. _coc : https ://www.python.org/psf/conduct /
84
84
85
85
86
86
.. raw :: html
@@ -100,7 +100,7 @@ Software Foundation Code of Conduct <coc_>`_ in everything we do.
100
100
</div >
101
101
<div class =" box-item" >
102
102
<img src =" _static/fa/stack-overflow-brands.svg" alt =" Stackoverflow" >
103
- <p >Check out the Matplotlib tag on <a href =" http ://stackoverflow.com/questions/tagged/matplotlib" >stackoverflow</a >.</p >
103
+ <p >Check out the Matplotlib tag on <a href =" https ://stackoverflow.com/questions/tagged/matplotlib" >stackoverflow</a >.</p >
104
104
</div >
105
105
<div class =" box-item" >
106
106
<img src =" _static/fa/gitter-brands.svg" alt =" Gitter" >
@@ -152,22 +152,22 @@ Toolkits
152
152
========
153
153
154
154
Matplotlib ships with several add-on :doc: `toolkits <api/toolkits/index >`,
155
- including 3d plotting with `mplot3d `, axes helpers in `axes_grid1 ` and axis
155
+ including 3D plotting with `mplot3d `, axes helpers in `axes_grid1 ` and axis
156
156
helpers in `axisartist `.
157
157
158
158
Third party packages
159
159
====================
160
160
161
161
A large number of :doc: `third party packages <thirdpartypackages/index >`
162
162
extend and build on Matplotlib functionality, including several higher-level
163
- plotting interfaces (seaborn _, holoviews _ , ggplot _, ...), and two projection
164
- and mapping toolkits (basemap _ and cartopy _ ).
163
+ plotting interfaces (seaborn _, HoloViews _ , ggplot _, ...), and two projection
164
+ and mapping toolkits (Basemap _ and Cartopy _ ).
165
165
166
166
.. _seaborn : https://seaborn.pydata.org
167
- .. _ holoviews : http ://holoviews.org
167
+ .. _ HoloViews : https ://holoviews.org
168
168
.. _ggplot : http://ggplot.yhathq.com
169
- .. _ basemap : https://matplotlib.org/basemap
170
- .. _ cartopy : https://scitools.org.uk/cartopy/docs/latest
169
+ .. _ Basemap : https://matplotlib.org/basemap
170
+ .. _ Cartopy : https://scitools.org.uk/cartopy/docs/latest
171
171
172
172
Citing Matplotlib
173
173
=================
@@ -204,7 +204,7 @@ law. As with any donation, you should consult with your tax adviser
204
204
about your particular tax situation.
205
205
206
206
Please consider `donating to the Matplotlib project <donating _>`_ through
207
- the Numfocus organization or to the `John Hunter Technology Fellowship
207
+ the NumFOCUS organization or to the `John Hunter Technology Fellowship
208
208
<jdh-fellowship_> `_.
209
209
210
210
.. _donating : https://numfocus.org/donate-to-matplotlib
@@ -214,7 +214,7 @@ the Numfocus organization or to the `John Hunter Technology Fellowship
214
214
The :doc: `Matplotlib license <users/license >` is based on the `Python Software
215
215
Foundation (PSF) license <psf-license_> `_.
216
216
217
- .. _psf-license : http ://www.python.org/psf/license
217
+ .. _psf-license : https ://www.python.org/psf/license
218
218
219
219
There is an active developer community and a long list of people who have made
220
220
significant :doc: `contributions <users/credits >`.
0 commit comments