1
1
{% extends "layout.html" %}
2
- {% set title = 'matplotlib: python plotting' %}
2
+ {% set title = 'Matplotlib: Python plotting' %}
3
3
4
4
{% block extrahead %}
5
5
< script >
45
45
46
46
< h1 > Introduction</ h1 >
47
47
48
- < p > matplotlib is a python 2D plotting library which produces
48
+ < p > Matplotlib is a Python 2D plotting library which produces
49
49
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
58
55
interface toolkits.</ p >
59
56
60
57
< div class ="responsive_screenshots ">
@@ -75,52 +72,26 @@ <h1>Introduction</h1>
75
72
</ div >
76
73
< span class ="clear_screenshots "> </ span >
77
74
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.
79
76
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.
81
78
For a sampling, see the < a href ="{{ pathto('users/screenshots') }} "> screenshots</ a > , < a href ="{{ pathto('gallery') }} "> thumbnail</ a > gallery, and
82
79
< a href ="{{ pathto('examples/index') }} "> examples</ a > directory</ p >
83
80
84
- < p > For simple plotting the < tt > pyplot</ tt > interface provides a
81
+ < p > For simple plotting the < tt > pyplot</ tt > module provides a
85
82
MATLAB-like interface, particularly when combined
86
83
with < tt > IPython</ tt > . For the power user, you have full control
87
84
of line styles, font properties, axes properties, etc, via an object
88
85
oriented interface or via a set of functions familiar to MATLAB
89
86
users.</ p >
90
87
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
-
117
88
< h1 > Installation</ h1 >
118
89
119
- Visit the < a href ="{{ pathto('users/installing') }} "> matplotlib installation instructions</ a > .
90
+ Visit the < a href ="{{ pathto('users/installing') }} "> Matplotlib installation instructions</ a > .
120
91
121
92
< h1 > Documentation</ h1 >
122
93
123
- This is the documentation for matplotlib version {{ version }}.
94
+ This is the documentation for Matplotlib version {{ version }}.
124
95
125
96
< p id ="other_versions "> </ p >
126
97
< script >
@@ -139,28 +110,28 @@ <h4>Other learning resources</h4>
139
110
140
111
< h4 > Need help?</ h4 >
141
112
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
143
114
the < a href ="http://www.python.org/psf/codeofconduct/ "> Python Software
144
115
Foundation Code of Conduct</ a > in everything we do.</ p >
145
116
146
117
< 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
148
119
< a href ="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html "> mailing list archives</ a > for resources.
149
120
Join 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 > ,
150
121
< a href ="https://mail.python.org/mailman/listinfo/matplotlib-announce "> Announce</ a > and
151
122
< a href ="https://mail.python.org/mailman/listinfo/matplotlib-devel "> Devel</ a > .
152
- Check out the matplotlib questions
123
+ Check out the Matplotlib questions
153
124
on < a href ="http://stackoverflow.com/questions/tagged/matplotlib "> stackoverflow</ a > .
154
125
The < a href ="{{ pathto('search') }} "> search</ a > tool searches all of
155
126
the 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 >
157
128
158
129
< p > You can file bugs, patches and feature requests on the
159
130
github
160
131
< a href ="https://github.com/matplotlib/matplotlib/issues?sort=created&direction=desc&state=open "> tracker</ a > ,
161
132
but it is a good idea to ping us on the mailing list too.</ p >
162
133
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
164
135
the < a href ="{{ pathto('users/whats_new.html', 1) }} "> what's new
165
136
page</ a > or browse the < a href ="https://github.com/matplotlib/matplotlib "> source
166
137
code</ a > . Anything that could require changes to your existing code
@@ -187,14 +158,14 @@ <h1>Third party packages</h1>
187
158
< a href ="http://scitools.org.uk/cartopy/docs/latest "> cartopy</ a > .
188
159
</ p >
189
160
190
- < h1 > Citing matplotlib </ h1 >
161
+ < h1 > Citing Matplotlib </ h1 >
191
162
192
163
< 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
194
165
contributors, have put an immeasurable amount of time and effort into producing a
195
166
piece of software utilized by thousands of scientists worldwide.
196
167
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,
198
169
please acknowledge this work by citing the project. You can use this
199
170
< a href ="{{ pathto('citing') }} "> ready-made citation entry</ a > .
200
171
</ p >
@@ -205,12 +176,12 @@ <h1>Open source</h1>
205
176
< p >
206
177
Please
207
178
consider < 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
209
180
the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Technology Fellowship</ a > .
210
181
</ p >
211
182
212
183
< 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
214
185
< a href ="http://www.python.org/psf/license "> (PSF)</ a > license.
215
186
</ p >
216
187
@@ -231,9 +202,5 @@ <h1>Open source</h1>
231
202
< sup > < a name ="ftn.matlab " href ="#matlab "> *</ a > </ sup >
232
203
MATLAB is a registered trademark of The MathWorks, Inc.
233
204
</ 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 >
238
205
239
206
{% endblock %}
0 commit comments