11{% extends "layout.html" %}
2- {% set title = 'matplotlib: python plotting' %}
2+ {% set title = 'Matplotlib: Python plotting' %}
33
44{% block extrahead %}
55< script >
4545
4646 < h1 > Introduction</ h1 >
4747
48- < p > matplotlib is a python 2D plotting library which produces
48+ < p > Matplotlib is a Python 2D plotting library which produces
4949 publication quality figures in a variety of hardcopy formats and
50- interactive environments across platforms. matplotlib can be used
51- in python scripts, the python and < a
52- href ="http://ipython.org "> ipython</ a > shell (ala
53- MATLAB< sup > ®< a name ="matlab " href ="#ftn.matlab "> *</ a > </ sup >
54- or
55- Mathematica< sup > ®< a name ="mathematica "
56- href ="#ftn.mathematica "> †</ a > </ sup > ),
57- web application servers, and six graphical user
50+ interactive environments across platforms. Matplotlib can be used
51+ in Python scripts, the Python and < a
52+ href ="http://ipython.org "> IPython</ a > shell,
53+ the < a href ="http://jupyter.org/index.html "> jupyter</ a > notebook,
54+ web application servers, and four graphical user
5855 interface toolkits.</ p >
5956
6057 < div class ="responsive_screenshots ">
@@ -75,52 +72,26 @@ <h1>Introduction</h1>
7572 </ div >
7673 < span class ="clear_screenshots "> </ span >
7774
78- < p > matplotlib tries to make easy things easy and hard things possible.
75+ < p > Matplotlib tries to make easy things easy and hard things possible.
7976 You can generate plots, histograms, power spectra, bar charts,
80- errorcharts, scatterplots, etc, with just a few lines of code.
77+ errorcharts, scatterplots, etc. , with just a few lines of code.
8178 For a sampling, see the < a href ="{{ pathto('users/screenshots') }} "> screenshots</ a > , < a href ="{{ pathto('gallery') }} "> thumbnail</ a > gallery, and
8279 < a href ="{{ pathto('examples/index') }} "> examples</ a > directory</ p >
8380
84- < p > For simple plotting the < tt > pyplot</ tt > interface provides a
81+ < p > For simple plotting the < tt > pyplot</ tt > module provides a
8582 MATLAB-like interface, particularly when combined
8683 with < tt > IPython</ tt > . For the power user, you have full control
8784 of line styles, font properties, axes properties, etc, via an object
8885 oriented interface or via a set of functions familiar to MATLAB
8986 users.</ p >
9087
91- < div style ="float: right; min-width: 450px; width: 50%; padding-left: 5%; ">
92- < h1 > John Hunter (1968-2012)</ h1 >
93- < table bgcolor ="#ddddff ">
94- < tr >
95- < td >
96- < img src ="_static/John-hunter-crop-2.jpg " align ="left " />
97- </ td >
98- < td >
99- < p >
100- On August 28 2012, John D. Hunter, the creator of matplotlib, died
101- from complications arising from cancer treatment, after a brief but
102- intense battle with this terrible illness. John is survived by his
103- wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
104- Layne and Mary, and his mother Sarah.</ p >
105-
106- < p >
107- If you have benefited from John's many contributions, please say
108- thanks in the way that would matter most to him. Please consider
109- making a donation to
110- the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Technology
111- Fellowship</ a > .</ p >
112- </ td >
113- </ tr >
114- </ table >
115- </ div >
116-
11788 < h1 > Installation</ h1 >
11889
119- Visit the < a href ="{{ pathto('users/installing') }} "> matplotlib installation instructions</ a > .
90+ Visit the < a href ="{{ pathto('users/installing') }} "> Matplotlib installation instructions</ a > .
12091
12192 < h1 > Documentation</ h1 >
12293
123- This is the documentation for matplotlib version {{ version }}.
94+ This is the documentation for Matplotlib version {{ version }}.
12495
12596 < p id ="other_versions "> </ p >
12697 < script >
@@ -139,28 +110,28 @@ <h4>Other learning resources</h4>
139110
140111 < h4 > Need help?</ h4 >
141112
142- < p > matplotlib is a welcoming, inclusive project, and we try to follow
113+ < p > Matplotlib is a welcoming, inclusive project, and we try to follow
143114the < a href ="http://www.python.org/psf/codeofconduct/ "> Python Software
144115Foundation Code of Conduct</ a > in everything we do.</ p >
145116
146117< p > Check the < a href ="{{ pathto('faq/index') }} "> faq</ a > ,
147- the < a href ="{{ pathto('api/index') }} "> api</ a > docs and
118+ the < a href ="{{ pathto('api/index') }} "> api</ a > docs and
148119< a href ="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html "> mailing list archives</ a > for resources.
149120Join the < a href ="https://gitter.im/matplotlib/matplotlib "> gitter</ a > and the mailing lists: < a href ="https://mail.python.org/mailman/listinfo/matplotlib-users "> Users</ a > ,
150121< a href ="https://mail.python.org/mailman/listinfo/matplotlib-announce "> Announce</ a > and
151122< a href ="https://mail.python.org/mailman/listinfo/matplotlib-devel "> Devel</ a > .
152- Check out the matplotlib questions
123+ Check out the Matplotlib questions
153124on < a href ="http://stackoverflow.com/questions/tagged/matplotlib "> stackoverflow</ a > .
154125The < a href ="{{ pathto('search') }} "> search</ a > tool searches all of
155126the documentation, including full text search of over 350 complete
156- examples which exercise almost every corner of matplotlib .</ p >
127+ examples which exercise almost every corner of Matplotlib .</ p >
157128
158129< p > You can file bugs, patches and feature requests on the
159130github
160131< a href ="https://github.com/matplotlib/matplotlib/issues?sort=created&direction=desc&state=open "> tracker</ a > ,
161132but it is a good idea to ping us on the mailing list too.</ p >
162133
163- < p > To keep up to date with what's going on in matplotlib , see
134+ < p > To keep up to date with what's going on in Matplotlib , see
164135the < a href ="{{ pathto('users/whats_new.html', 1) }} "> what's new
165136page</ a > or browse the < a href ="https://github.com/matplotlib/matplotlib "> source
166137code</ a > . Anything that could require changes to your existing code
@@ -187,14 +158,14 @@ <h1>Third party packages</h1>
187158 < a href ="http://scitools.org.uk/cartopy/docs/latest "> cartopy</ a > .
188159</ p >
189160
190- < h1 > Citing matplotlib </ h1 >
161+ < h1 > Citing Matplotlib </ h1 >
191162
192163< p >
193- matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
164+ Matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
194165 contributors, have put an immeasurable amount of time and effort into producing a
195166 piece of software utilized by thousands of scientists worldwide.
196167
197- If matplotlib contributes to a project that leads to a scientific publication,
168+ If Matplotlib contributes to a project that leads to a scientific publication,
198169 please acknowledge this work by citing the project. You can use this
199170 < a href ="{{ pathto('citing') }} "> ready-made citation entry</ a > .
200171</ p >
@@ -205,12 +176,12 @@ <h1>Open source</h1>
205176< p >
206177Please
207178consider < a href ="https://www.flipcause.com/widget/MjI1OA== "> donating
208- to the matplotlib project</ a > through the Numfocus organization or to
179+ to the Matplotlib project</ a > through the Numfocus organization or to
209180the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Technology Fellowship</ a > .
210181</ p >
211182
212183< p >
213- The matplotlib < a href ="{{ pathto('users/license') }} "> license</ a > is based on the Python Software Foundation
184+ The Matplotlib < a href ="{{ pathto('users/license') }} "> license</ a > is based on the Python Software Foundation
214185< a href ="http://www.python.org/psf/license "> (PSF)</ a > license.
215186</ p >
216187
@@ -231,9 +202,5 @@ <h1>Open source</h1>
231202< sup > < a name ="ftn.matlab " href ="#matlab "> *</ a > </ sup >
232203MATLAB is a registered trademark of The MathWorks, Inc.
233204</ p >
234- < p >
235- < sup > < a name ="ftn.mathematica " href ="#mathematica "> †</ a > </ sup >
236- Mathematica is a registered trademark of Wolfram Research, Inc.
237- </ p >
238205
239206{% endblock %}
0 commit comments