11{% extends "layout.html" %}
22{% set title = 'matplotlib: python plotting' %}
33
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 %}
439
540{% block body %}
641
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-
3242 < h1 > Introduction</ h1 >
3343
3444 < p > matplotlib is a python 2D plotting library which produces
@@ -66,6 +76,32 @@ <h1>Introduction</h1>
6676 properties, axes properties, etc, via an object oriented interface
6777 or via a set of functions familiar to MATLAB users.</ p >
6878
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+
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+
69105 < h1 > Download</ h1 >
70106
71107 Visit the
@@ -132,41 +168,41 @@ <h4>Need help?</h4>
132168
133169< h1 > Toolkits</ h1 >
134170
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.
141176 </ p >
142177
143178< h1 > Citing matplotlib</ h1 >
144179
145180< 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.
149184
150185 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
152187 < a href ="{{ pathto('citing') }} "> ready-made citation entry</ a > .
153188</ p >
154189
155190 < h1 > Open source</ h1 >
156191
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 >
162196
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 >
166201
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 >
170206
171207
172208< div class ="footnote "> < p >
@@ -178,6 +214,4 @@ <h1>Open source</h1>
178214Mathematica is a registered trademark of Wolfram Research, Inc.
179215</ p >
180216
181-
182-
183217{% endblock %}
0 commit comments