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 >
41
41
42
42
< h1 > Introduction</ h1 >
43
43
44
- < p > matplotlib is a python 2D plotting library which produces
44
+ < p > Matplotlib is a Python 2D plotting library which produces
45
45
publication quality figures in a variety of hardcopy formats and
46
- interactive environments across platforms. matplotlib can be used
47
- in python scripts, the python and < a
48
- href ="http://ipython.org "> ipython</ a > shell (ala
49
- MATLAB< sup > ®< a name ="matlab " href ="#ftn.matlab "> *</ a > </ sup >
50
- or
51
- Mathematica< sup > ®< a name ="mathematica "
52
- href ="#ftn.mathematica "> †</ a > </ sup > ),
53
- web application servers, and six graphical user
46
+ interactive environments across platforms. Matplotlib can be used
47
+ in Python scripts, the Python and < a
48
+ href ="http://ipython.org "> IPython</ a > shell,
49
+ the < a href ="http://jupyter.org/index.html "> jupyter</ a > notebook,
50
+ web application servers, and four graphical user
54
51
interface toolkits.</ p >
55
52
56
53
< div class ="responsive_screenshots ">
@@ -71,52 +68,26 @@ <h1>Introduction</h1>
71
68
</ div >
72
69
< span class ="clear_screenshots "> </ span >
73
70
74
- < p > matplotlib tries to make easy things easy and hard things possible.
71
+ < p > Matplotlib tries to make easy things easy and hard things possible.
75
72
You can generate plots, histograms, power spectra, bar charts,
76
- errorcharts, scatterplots, etc, with just a few lines of code.
73
+ errorcharts, scatterplots, etc. , with just a few lines of code.
77
74
For a sampling, see the < a href ="{{ pathto('users/screenshots') }} "> screenshots</ a > , < a href ="{{ pathto('gallery') }} "> thumbnail</ a > gallery, and
78
75
< a href ="{{ pathto('examples/index') }} "> examples</ a > directory</ p >
79
76
80
- < p > For simple plotting the < tt > pyplot</ tt > interface provides a
77
+ < p > For simple plotting the < tt > pyplot</ tt > module provides a
81
78
MATLAB-like interface, particularly when combined
82
79
with < tt > IPython</ tt > . For the power user, you have full control
83
80
of line styles, font properties, axes properties, etc, via an object
84
81
oriented interface or via a set of functions familiar to MATLAB
85
82
users.</ p >
86
83
87
- < div style ="float: right; min-width: 450px; width: 50%; padding-left: 5%; ">
88
- < h1 > John Hunter (1968-2012)</ h1 >
89
- < table bgcolor ="#ddddff ">
90
- < tr >
91
- < td >
92
- < img src ="_static/John-hunter-crop-2.jpg " align ="left " />
93
- </ td >
94
- < td >
95
- < p >
96
- On August 28 2012, John D. Hunter, the creator of matplotlib, died
97
- from complications arising from cancer treatment, after a brief but
98
- intense battle with this terrible illness. John is survived by his
99
- wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
100
- Layne and Mary, and his mother Sarah.</ p >
101
-
102
- < p >
103
- If you have benefited from John's many contributions, please say
104
- thanks in the way that would matter most to him. Please consider
105
- making a donation to
106
- the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Technology
107
- Fellowship</ a > .</ p >
108
- </ td >
109
- </ tr >
110
- </ table >
111
- </ div >
112
-
113
84
< h1 > Installation</ h1 >
114
85
115
- Visit the < a href ="{{ pathto('users/installing') }} "> matplotlib installation instructions</ a > .
86
+ Visit the < a href ="{{ pathto('users/installing') }} "> Matplotlib installation instructions</ a > .
116
87
117
88
< h1 > Documentation</ h1 >
118
89
119
- This is the documentation for matplotlib version {{ version }}.
90
+ This is the documentation for Matplotlib version {{ version }}.
120
91
121
92
< p id ="other_versions "> </ p >
122
93
< script >
@@ -135,28 +106,28 @@ <h4>Other learning resources</h4>
135
106
136
107
< h4 > Need help?</ h4 >
137
108
138
- < p > matplotlib is a welcoming, inclusive project, and we try to follow
109
+ < p > Matplotlib is a welcoming, inclusive project, and we try to follow
139
110
the < a href ="http://www.python.org/psf/codeofconduct/ "> Python Software
140
111
Foundation Code of Conduct</ a > in everything we do.</ p >
141
112
142
113
< p > Check the < a href ="{{ pathto('faq/index') }} "> faq</ a > ,
143
- the < a href ="{{ pathto('api/index') }} "> api</ a > docs and
114
+ the < a href ="{{ pathto('api/index') }} "> api</ a > docs and
144
115
< a href ="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html "> mailing list archives</ a > for resources.
145
116
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 > ,
146
117
< a href ="https://mail.python.org/mailman/listinfo/matplotlib-announce "> Announce</ a > and
147
118
< a href ="https://mail.python.org/mailman/listinfo/matplotlib-devel "> Devel</ a > .
148
- Check out the matplotlib questions
119
+ Check out the Matplotlib questions
149
120
on < a href ="http://stackoverflow.com/questions/tagged/matplotlib "> stackoverflow</ a > .
150
121
The < a href ="{{ pathto('search') }} "> search</ a > tool searches all of
151
122
the documentation, including full text search of over 350 complete
152
- examples which exercise almost every corner of matplotlib .</ p >
123
+ examples which exercise almost every corner of Matplotlib .</ p >
153
124
154
125
< p > You can file bugs, patches and feature requests on the
155
126
github
156
127
< a href ="https://github.com/matplotlib/matplotlib/issues?sort=created&direction=desc&state=open "> tracker</ a > ,
157
128
but it is a good idea to ping us on the mailing list too.</ p >
158
129
159
- < p > To keep up to date with what's going on in matplotlib , see
130
+ < p > To keep up to date with what's going on in Matplotlib , see
160
131
the < a href ="{{ pathto('users/whats_new.html', 1) }} "> what's new
161
132
page</ a > or browse the < a href ="https://github.com/matplotlib/matplotlib "> source
162
133
code</ a > . Anything that could require changes to your existing code
@@ -165,7 +136,7 @@ <h4>Need help?</h4>
165
136
166
137
< h1 > Toolkits</ h1 >
167
138
168
- < p > There are several matplotlib add-on < a href ="{{ pathto('mpl_toolkits/index') }} "> toolkits</ a > ,
139
+ < p > There are several Matplotlib add-on < a href ="{{ pathto('mpl_toolkits/index') }} "> toolkits</ a > ,
169
140
including a choice of two projection and mapping toolkits < a href ="http://matplotlib.org/basemap "> basemap</ a > and
170
141
< a href ="http://scitools.org.uk/cartopy/docs/latest "> cartopy</ a > ,
171
142
3d plotting with < a href ="{{ pathto('mpl_toolkits/mplot3d/index') }} "> mplot3d</ a > ,
@@ -176,14 +147,14 @@ <h1>Toolkits</h1>
176
147
< a href ="http://ggplot.yhathq.com "> ggplot</ a > , and more.
177
148
</ p >
178
149
179
- < h1 > Citing matplotlib </ h1 >
150
+ < h1 > Citing Matplotlib </ h1 >
180
151
181
152
< p >
182
- matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
153
+ Matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
183
154
contributors, have put an immeasurable amount of time and effort into producing a
184
155
piece of software utilized by thousands of scientists worldwide.
185
156
186
- If matplotlib contributes to a project that leads to a scientific publication,
157
+ If Matplotlib contributes to a project that leads to a scientific publication,
187
158
please acknowledge this work by citing the project. You can use this
188
159
< a href ="{{ pathto('citing') }} "> ready-made citation entry</ a > .
189
160
</ p >
@@ -194,12 +165,12 @@ <h1>Open source</h1>
194
165
< p >
195
166
Please
196
167
consider < a href ="https://www.flipcause.com/widget/MjI1OA== "> donating
197
- to the matplotlib project</ a > through the Numfocus organization or to
168
+ to the Matplotlib project</ a > through the Numfocus organization or to
198
169
the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Technology Fellowship</ a > .
199
170
</ p >
200
171
201
172
< p >
202
- The matplotlib < a href ="{{ pathto('users/license') }} "> license</ a > is based on the Python Software Foundation
173
+ The Matplotlib < a href ="{{ pathto('users/license') }} "> license</ a > is based on the Python Software Foundation
203
174
< a href ="http://www.python.org/psf/license "> (PSF)</ a > license.
204
175
</ p >
205
176
@@ -220,9 +191,5 @@ <h1>Open source</h1>
220
191
< sup > < a name ="ftn.matlab " href ="#matlab "> *</ a > </ sup >
221
192
MATLAB is a registered trademark of The MathWorks, Inc.
222
193
</ p >
223
- < p >
224
- < sup > < a name ="ftn.mathematica " href ="#mathematica "> †</ a > </ sup >
225
- Mathematica is a registered trademark of Wolfram Research, Inc.
226
- </ p >
227
194
228
195
{% endblock %}
0 commit comments