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
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
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
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
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