11{% extends "layout.html" %}
22{% set title = 'matplotlib: python plotting' %}
33
4-
54{% block body %}
65
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-
326 < h1 > Introduction</ h1 >
337
348 < p > matplotlib is a python 2D plotting library which produces
@@ -66,6 +40,32 @@ <h1>Introduction</h1>
6640 properties, axes properties, etc, via an object oriented interface
6741 or via a set of functions familiar to MATLAB users.</ p >
6842
43+ < div style ="float: right; min-width: 450px; width: 50%; padding-left: 5%; ">
44+ < h1 > John Hunter (1968-2012)</ h1 >
45+ < table bgcolor ="#ddddff ">
46+ < tr >
47+ < td >
48+ < img src ="_static/John-hunter-crop-2.jpg " align ="left " />
49+ </ td >
50+ < td >
51+ < p >
52+ On August 28 2012, John D. Hunter, the creator of matplotlib, died
53+ from complications arising from cancer treatment, after a brief but
54+ intense battle with this terrible illness. John is survived by his
55+ wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
56+ Layne and Mary, and his mother Sarah.</ p >
57+
58+ < p >
59+ If you have benefited from John's many contributions, please say
60+ thanks in the way that would matter most to him. Please consider
61+ making a donation to
62+ the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Memorial
63+ Fund</ a > .</ p >
64+ </ td >
65+ </ tr >
66+ </ table >
67+ </ div >
68+
6969 < h1 > Download</ h1 >
7070
7171 Visit the
@@ -143,30 +143,31 @@ <h1>Toolkits</h1>
143143< h1 > Citing matplotlib</ h1 >
144144
145145< 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.
146+ matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many
147+ contributors, have put an immeasurable amount of time and effort into producing a
148+ piece of software utilized by thousands of scientists worldwide.
149149
150150 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
151+ please acknowledge this work by citing the project. You can use this
152152 < a href ="{{ pathto('citing') }} "> ready-made citation entry</ a > .
153153</ p >
154154
155155 < h1 > Open source</ h1 >
156156
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 >
157+ < p >
158+ Please consider < a href ="http://sourceforge.net/project/project_donations.php?group_id=80706 "> donating</ a >
159+ to support matplotlib development or to the < a href ="http://numfocus.org/johnhunter/ "> John Hunter Memorial Fund</ a > .
160+ </ p >
162161
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 >
162+ < p >
163+ The matplotlib < a href ="{{ pathto('users/license') }} "> license</ a > is based on the Python Software Foundation
164+ < a href ="http://www.python.org/psf/license "> (PSF)</ a > license.
165+ </ p >
166166
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 >
167+ < p >
168+ There is an active developer community and a long list of people
169+ who have made significant < a href ="{{ pathto('users/credits') }} "> contributions</ a > .
170+ </ p >
170171
171172
172173< div class ="footnote "> < p >
@@ -178,6 +179,4 @@ <h1>Open source</h1>
178179Mathematica is a registered trademark of Wolfram Research, Inc.
179180</ p >
180181
181-
182-
183182{% endblock %}
0 commit comments