Benjamin Root-2 wrote:
> 
> On Sun, Sep 19, 2010 at 5:23 PM, bevan j <beva...@gmail.com> wrote:
> 
>>    selindex = value.pop(0)
>> AttributeError: 'tuple' object has no attribute 'pop'
>>
> 
> Didn't we just have a bug report/fix for this one?
> 
> 
Sorry if it has already been reported I searched in the bug reports for
qt4agg and didn't find anything.  Although I may have been looking in the
wrong place.
I have also noticed that editing some parameters (or pressing apply without
any changes) alters others.  For instance if I have:
from matplotlib import pyplot 
import numpy as np 

a = np.random.rand(12) 

fig = pyplot.figure() 
ax = fig.add_subplot(111)
wdth = 0.20
ind = np.arange(a.size) 
mon_ticks =('Jan','Feb','Mar','Apr','May','Jun','Jul', 'Aug', 'Sep', 'Oct',
'Nov','Dec')
ax.bar(ind, a, wdth, color='0.8')
ax.set_xticks(ind)
ax.set_xticklabels(mon_ticks)
pyplot.show() 
Then pressing apply removes the ticks and tick label setting.

Hopefully this is adressed in the bug report you mention.  Thanks.
-- 
View this message in context: 
http://old.nabble.com/Qt4Agg-backend---edit-curves-and-axis-parameters-tp29754925p29764881.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to