@@ -6,19 +6,22 @@ Credits
6
6
7
7
8
8
matplotlib was written by John Hunter and is now developed and
9
- maintained by a number of
10
- ` active <http://www.ohloh.net/projects/matplotlib/contributors >`_
11
- developers .
9
+ maintained by a number of ` active
10
+ <http://www.ohloh.net/projects/matplotlib/contributors> `_ developers.
11
+ The current lead developer of matplotlib is Michael Droettboom .
12
12
13
- Special thanks to those who have made valuable contributions
14
- (roughly in order of first contribution by date)
13
+ Special thanks to those who have made valuable contributions (roughly
14
+ in order of first contribution by date). Any list like this is bound
15
+ to be incomplete and can't capture the thousands and thousands of
16
+ contributions over the years from these and others:
15
17
16
18
Jeremy O'Donoghue
17
19
wrote the wx backend
18
20
19
- Andrew Straw provided much of the log scaling architecture, the fill
20
- command, PIL support for imshow, and provided many examples. He
21
- also wrote the support for dropped axis spines and the `buildbot
21
+ Andrew Straw
22
+ Provided much of the log scaling architecture, the fill command, PIL
23
+ support for imshow, and provided many examples. He also wrote the
24
+ support for dropped axis spines and the `buildbot
22
25
<http://mpl-buildbot.code.astraw.com/> `_ unit testing infrastructure
23
26
which triggers the JPL/James Evans platform specific builds and
24
27
regression test image comparisons from svn matplotlib across
@@ -177,7 +180,32 @@ John Porter, Jonathon Taylor and Reinier Heeres
177
180
matplotlib, and Jonathon Taylor and Reinier Heeres ported it to the
178
181
refactored transform trunk.
179
182
180
- Jae-Joon Lee implemented fancy arrows and boxes, rewrote the legend
183
+ Jae-Joon Lee
184
+ Implemented fancy arrows and boxes, rewrote the legend
181
185
support to handle multiple columns and fancy text boxes, wrote the
182
186
axes grid toolkit, and has made numerous contributions to the code
183
187
and documentation
188
+
189
+ Paul Ivanov
190
+ Has worked on getting matplotlib integrated better with other tools,
191
+ such as Sage and IPython, and getting the test infrastructure
192
+ faster, lighter and meaner. Listen to his podcast.
193
+
194
+ Tony Yu
195
+ Has been involved in matplotlib since the early days, and recently
196
+ has contributed stream plotting among many other improvements. He
197
+ is the author of mpltools.
198
+
199
+ Benjamin Root
200
+ Has significantly improved the capabilities of the 3D plotting. He
201
+ has improved matplotlib's documentation and code quality throughout,
202
+ and does invaluable triaging of pull requests and bugs.
203
+
204
+ Phil Elson
205
+ Fixed some deep-seated bugs in the transforms framework, and has
206
+ been laser-focused on improving polish throughout matplotlib,
207
+ tackling things that have been considered to large and daunting for
208
+ a long time.
209
+
210
+ Damon McDougall
211
+ Added triangulated 3D surfaces and stack plots to matplotlib.
0 commit comments