1
1
{% extends "layout.html" %}
2
2
{% set title = 'matplotlib: python plotting' %}
3
3
4
+ {% block extrahead %}
5
+ < script >
6
+ function getSnippet ( id , url ) {
7
+ var req = false ;
8
+ // For Safari, Firefox, and other non-MS browsers
9
+ if ( window . XMLHttpRequest ) {
10
+ try {
11
+ req = new XMLHttpRequest ( ) ;
12
+ } catch ( e ) {
13
+ req = false ;
14
+ }
15
+ } else if ( window . ActiveXObject ) {
16
+ // For Internet Explorer on Windows
17
+ try {
18
+ req = new ActiveXObject ( "Msxml2.XMLHTTP" ) ;
19
+ } catch ( e ) {
20
+ try {
21
+ req = new ActiveXObject ( "Microsoft.XMLHTTP" ) ;
22
+ } catch ( e ) {
23
+ req = false ;
24
+ }
25
+ }
26
+ }
27
+ var element = document . getElementById ( id ) ;
28
+ if ( req ) {
29
+ // Synchronous request, wait till we have it all
30
+ req . open ( 'GET' , url , false ) ;
31
+ req . send ( null ) ;
32
+ element . innerHTML = req . responseText ;
33
+ }
34
+ }
35
+ </ script >
36
+
37
+ {{ super() }}
38
+ {% endblock %}
4
39
5
40
{% block body %}
6
41
7
- < h1 > John Hunter (1968-2012)</ h1 >
8
-
9
- < table bgcolor ="#ddddff ">
10
- < tr >
11
- < td >
12
- < img src ="_static/John-hunter-crop-2.jpg "/>
13
- </ td >
14
- < td >
15
- < p >
16
- On August 28 2012, John D. Hunter, the creator of matplotlib, died
17
- from complications arising from cancer treatment, after a brief but
18
- intense battle with this terrible illness. John is survived by his
19
- wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
20
- Layne and Mary, and his mother Sarah.</ p >
21
-
22
- < p >
23
- If you have benefited from John's many contributions, please say
24
- thanks in the way that would matter most to him. Please consider
25
- making a donation to
26
- the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Memorial
27
- Fund</ a > .</ p >
28
- </ td >
29
- </ tr >
30
- </ table >
31
-
32
42
< h1 > Introduction</ h1 >
33
43
34
44
< p > matplotlib is a python 2D plotting library which produces
@@ -66,6 +76,32 @@ <h1>Introduction</h1>
66
76
properties, axes properties, etc, via an object oriented interface
67
77
or via a set of functions familiar to MATLAB users.</ p >
68
78
79
+ < div style ="float: right; min-width: 450px; width: 50%; padding-left: 5%; ">
80
+ < h1 > John Hunter (1968-2012)</ h1 >
81
+ < table bgcolor ="#ddddff ">
82
+ < tr >
83
+ < td >
84
+ < img src ="_static/John-hunter-crop-2.jpg " align ="left " />
85
+ </ td >
86
+ < td >
87
+ < p >
88
+ On August 28 2012, John D. Hunter, the creator of matplotlib, died
89
+ from complications arising from cancer treatment, after a brief but
90
+ intense battle with this terrible illness. John is survived by his
91
+ wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
92
+ Layne and Mary, and his mother Sarah.</ p >
93
+
A851
94
+ < p >
95
+ If you have benefited from John's many contributions, please say
96
+ thanks in the way that would matter most to him. Please consider
97
+ making a donation to
98
+ the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Memorial
99
+ Fund</ a > .</ p >
100
+ </ td >
101
+ </ tr >
102
+ </ table >
103
+ </ div >
104
+
69
105
< h1 > Download</ h1 >
70
106
71
107
Visit the
@@ -132,41 +168,41 @@ <h4>Need help?</h4>
132
168
133
169
< h1 > Toolkits</ h1 >
134
170
135
- < p > There are several matplotlib add-on < a href ="{{
136
- pathto('mpl_toolkits/index') }} "> toolkits</ a > , including the projection
137
- and mapping toolkit
138
- < a href ="http://matplotlib.github.com/basemap "> basemap</ a > , 3d plotting with < a href ="{{
139
- pathto('mpl_toolkits/mplot3d/index') }} "> mplot3d</ a > , axes and axis helpers in < a href ="{{
140
- pathto('mpl_toolkits/axes_grid/index') }} "> axes_grid</ a > and more.
171
+ < p > There are several matplotlib add-on < a href ="{{ pathto('mpl_toolkits/index') }} "> toolkits</ a > ,
172
+ including a choice of two projection and mapping toolkits < a href ="http://matplotlib.org/basemap "> basemap</ a > and
173
+ < a href ="http://scitools.org.uk/cartopy/docs/latest "> cartopy</ a > ,
174
+ 3d plotting with < a href ="{{ pathto('mpl_toolkits/mplot3d/index') }} "> mplot3d</ a > ,
175
+ axes and axis helpers in < a href ="{{ pathto('mpl_toolkits/axes_grid/index') }} "> axes_grid</ a > and more.
141
176
</ p >
142
177
143
178
< h1 > Citing matplotlib</ h1 >
144
179
145
180
< p >
146
- matplotlib is the brainchild of John Hunter (1968-2012), who has put an
147
- inordinate amount of effort into producing a piece of software utilized by
148
- thousands of scientists worldwide.
181
+ matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
182
+ contributors, have put an immeasurable amount of time and effort into producing a
183
+ piece of software utilized by thousands of scientists worldwide.
149
184
150
185
If matplotlib contributes to a project that leads to a scientific publication,
151
- please acknowledge this fact by citing the project. You can use this
186
+ please acknowledge this work by citing the project. You can use this
152
187
< a href ="{{ pathto('citing') }} "> ready-made citation entry</ a > .
153
188
</ p >
154
189
155
190
< h1 > Open source</ h1 >
156
191
157
- < p > Please
158
- consider < a href ="http://sourceforge.net/project/project_donations.php?group_id=80706 "> donating</ a >
159
- to support matplotlib development or to
160
- the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Memorial
161
- Fund</ a > .</ p >
192
+ < p >
193
+ Please consider < a href ="http://sourceforge.net/project/project_donations.php?group_id=80706 "> donating</ a >
194
+ to support matplotlib development or to the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Memorial Fund</ a > .
195
+ </ p >
162
196
163
- < p > The matplotlib < a href ="{{ pathto('users/license') }} "> license</ a >
164
- is based on the Python Software Foundation
165
- < a href ="http://www.python.org/psf/license "> (PSF)</ a > license.</ p >
197
+ < p >
198
+ The matplotlib < a href ="{{ pathto('users/license') }} "> license</ a > is based on the Python Software Foundation
199
+ < a href ="http://www.python.org/psf/license "> (PSF)</ a > license.
200
+ </ p >
166
201
167
- < p > There is an active developer community and a long list of people
168
- who have made significant < a href ="{{ pathto('users/credits')
169
- }} "> contributions</ a > .</ p >
202
+ < p >
203
+ There is an active developer community and a long list of people
204
+ who have made significant < a href ="{{ pathto('users/credits') }} "> contributions</ a > .
205
+ </ p >
170
206
171
207
172
208
< div class ="footnote "> < p >
@@ -178,6 +214,4 @@ <h1>Open source</h1>
178
214
Mathematica is a registered trademark of Wolfram Research, Inc.
179
215
</ p >
180
216
181
-
182
-
183
217
{% endblock %}
0 commit comments