@@ -16,9 +16,9 @@ Special thanks to those who have made valuable contributions
1616Jeremy O'Donoghue
1717 wrote the wx backend
1818
19- Andrew Straw
20- provided much of the log scaling architecture, the fill command, PIL
21- support for imshow, and provided many examples
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.
2222
2323Charles Twardy
2424 provided the impetus code for the legend class and has made
@@ -28,7 +28,6 @@ Gary Ruben
2828 made many enhancements to errorbar to support x and y
2929 errorbar plots, and added a number of new marker types to plot.
3030
31-
3231John Gill
3332 wrote the table class and examples, helped with support for
3433 auto-legend placement, and added support for legending scatter
@@ -133,7 +132,7 @@ Eric Firing
133132 most aspects of matplotlib.
134133
135134Daishi Harada
136- added support for "Dashed Text". See ` dashpointlabel.py
135+ added support for "Dashed Text". See `dashpointlabel.py
137136 <examples/pylab_examples/dashpointlabel.py> `_ and
138137 :class: `~matplotlib.text.TextWithDash `.
139138
@@ -147,11 +146,10 @@ The `brainvisa <http://brainvisa.info>`_ Orsay team and Fernando Perez
147146
148147
149148Charlie Moad
150- contributed work to matplotlib's Cocoa support and does the binary
151- builds and releases.
149+ contributed work to matplotlib's Cocoa support and has done a lot of work on the OSX and win32 binary releases.
152150
153- Jouni K. Seppaenen
154- wrote the PDF backend.
151+ Jouni K. Seppaenen wrote the PDF backend and contributed numerous
152+ fixes to the code, to tex support and to the get_sample_data handler
155153
156154Paul Kienzle
157155 improved the picking infrastruture for interactive plots, and with
@@ -171,4 +169,7 @@ John Porter, Jonathon Taylor and Reinier Heeres
171169 matplotlib, and Jonathon Taylor and Reinier Heeres ported it to the
172170 refactored transform trunk.
173171
174-
172+ Jae-Joon Lee implemented fancy arrows and boxes, rewrote the legend
173+ support to handle multiple columns and fancy text boxes, wrote the
174+ axes grid toolkit, and has made numerous contributions to the code
175+ and documentation
0 commit comments