Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-23 Thread John Hunter
On Fri, Oct 22, 2010 at 7:16 PM, Michael Droettboom wrote: >  On 10/22/2010 05:45 PM, Russell E. Owen wrote: >> I'm curious when the next release of matplotlib is due. >> >> My application is suffering badly from the issue that an incorrect font >> cache will cause matplotlib to fail (the applicat

[matplotlib-devel] how to submit a patch?

2010-10-23 Thread Kynn Jones
I came across this Python syntax bug in matplotlib.figure.add_subplot: raise ValueError( "polar=True, yet projection='%s'. " + "Only one of these arguments should be supplied." % projection) If that code e

Re: [matplotlib-devel] how to submit a patch?

2010-10-23 Thread Ryan May
On Sat, Oct 23, 2010 at 1:37 PM, Kynn Jones wrote: > I came across this Python syntax bug in matplotlib.figure.add_subplot: >                     raise ValueError( >                         "polar=True, yet projection='%s'. " + >                         "Only one of these arguments should be suppl

[matplotlib-devel] Thoughts about callbacks

2010-10-23 Thread David Carmean
As I blurted on -users, I'm thinking lately about callbacks in the non-GUI portions of the libraries--mostly Artist and subclasses. I'm curious if anybody else has been thinking about them? Ideally, I'd like to see the following: All of the Artist subclasses, and anything else that might b

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-23 Thread jason-sage
On 10/22/10 7:16 PM, Michael Droettboom wrote: >On 10/22/2010 05:45 PM, Russell E. Owen wrote: >> I'm curious when the next release of matplotlib is due. >> >> My application is suffering badly from the issue that an incorrect font >> cache will cause matplotlib to fail (the application mysteri