Re: [matplotlib-devel] MacOSX backend throws exception when plotting a quadmesh

2012-07-10 Thread Eric Firing
On 2012/07/10 6:44 PM, Patrick Marsh wrote: > Hi, All, > > When trying to call plt.show() to display a generate QuadMesh using the > MacOSX backend, an error complaining about "TypeError: only length-1 > arrays can be converted to Python scalars" is generated. The following > gist contains two file

[matplotlib-devel] MacOSX backend throws exception when plotting a quadmesh

2012-07-10 Thread Patrick Marsh
Hi, All, When trying to call plt.show() to display a generate QuadMesh using the MacOSX backend, an error complaining about "TypeError: only length-1 arrays can be converted to Python scalars" is generated. The following gist contains two files: 1) a self contained example that will generate

Re: [matplotlib-devel] Hacking on matplotlib

2012-07-10 Thread Benjamin Root
On Tuesday, July 10, 2012, Mike Kaufman wrote: > On 7/10/12 4:18 PM, Benjamin Root wrote: > > > > > > On Tue, Jul 10, 2012 at 4:15 PM, Amy Dyer > > > wrote: > > > > Hi everyone, > > > > We're part of the summer 2012 batch at Hackerschool > > (www.hackerschool

Re: [matplotlib-devel] Hacking on matplotlib

2012-07-10 Thread Mike Kaufman
On 7/10/12 4:18 PM, Benjamin Root wrote: > > > On Tue, Jul 10, 2012 at 4:15 PM, Amy Dyer > wrote: > > Hi everyone, > > We're part of the summer 2012 batch at Hackerschool > (www.hackerschool.com ) and we chose to > spend this we

Re: [matplotlib-devel] Hacking on matplotlib

2012-07-10 Thread Benjamin Root
On Tue, Jul 10, 2012 at 4:15 PM, Amy Dyer wrote: > Hi everyone, > > We're part of the summer 2012 batch at Hackerschool (www.hackerschool.com) > and we chose to spend this week contributing to matplotlib. We already > submitted a handful of pull requests for bugs but we are looking for more > to

[matplotlib-devel] Hacking on matplotlib

2012-07-10 Thread Amy Dyer
Hi everyone, We're part of the summer 2012 batch at Hackerschool (www.hackerschool.com) and we chose to spend this week contributing to matplotlib. We already submitted a handful of pull requests for bugs but we are looking for more to do. Are there any open issues or features you would like us

[matplotlib-devel] Patch: more Pythonic rc handling

2012-07-10 Thread Maciek Dems
The standard RC parameters handling in Matplotlib has always troubled me. The syntax rc('figure.subplot', top=0.9) is not very conveniet if one wants to change a singe property. Direct rcParams['figure.subplot.top'] seems better suited in this case. However, as the dots are already used to indi

Re: [matplotlib-devel] Time to delete backend_qt (QT3)?

2012-07-10 Thread Darren Dale
On Tue, Jul 10, 2012 at 8:54 AM, Benjamin Root wrote: > > > On Tue, Jul 10, 2012 at 3:54 AM, Eric Firing wrote: >> >> Is there any good reason *not* to delete support for Qt3 from master? >> Is anyone who is using it likely to be able to upgrade to the next mpl >> release, and yet *not* be able t

Re: [matplotlib-devel] Time to delete backend_qt (QT3)?

2012-07-10 Thread Benjamin Root
On Tue, Jul 10, 2012 at 3:54 AM, Eric Firing wrote: > Is there any good reason *not* to delete support for Qt3 from master? > Is anyone who is using it likely to be able to upgrade to the next mpl > release, and yet *not* be able to install Qt4 and its bindings? Note > that ipython no longer sup

[matplotlib-devel] Time to delete backend_qt (QT3)?

2012-07-10 Thread Eric Firing
Is there any good reason *not* to delete support for Qt3 from master? Is anyone who is using it likely to be able to upgrade to the next mpl release, and yet *not* be able to install Qt4 and its bindings? Note that ipython no longer supports Qt3. Eric -

Re: [matplotlib-devel] Delaunay interpolator patch: support grid whose width or height is 1

2012-07-10 Thread Amit Aronovitch
On Mon, Jul 9, 2012 at 4:34 PM, Benjamin Root wrote: > > > On Sat, Jul 7, 2012 at 7:30 PM, Amit Aronovitch wrote: > >> >> <-- snipped (sent as issue #997) --> >> > I am always a fan of people who test and design their methods against edge > cases like these, so my hat is off to you. > FTR: th