Re: [Matplotlib-users] Bug (?) in version 1.1.0 (Can't set Attribute)

2012-03-07 Thread Eric Firing
On 03/07/2012 04:51 AM, Giovanni Plantageneto wrote: > Dear all, > after upgrading to 1.1.0 on my linux machine (from debian-backports), I > get an error (Can't set Attribute) with code looking like this: > > from pylab import figure > F=figure() > F.axes=[] > > Why is this so? Incidentally, going

[Matplotlib-users] Bug (?) in version 1.1.0 (Can't set Attribute)

2012-03-07 Thread Giovanni Plantageneto
Dear all, after upgrading to 1.1.0 on my linux machine (from debian-backports), I get an error (Can't set Attribute) with code looking like this: from pylab import figure F=figure() F.axes=[] Why is this so? Incidentally, going back to the previous available version (0.99.3) solves the problem. C