On Mon, Sep 20, 2010 at 6:44 PM, bevan j <beva...@gmail.com> wrote:

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

Bevan, don't worry, the question wasn't directed to you.

I found the email I was thinking of:
http://permalink.gmane.org/gmane.comp.python.matplotlib.devel/9212
Titled: [PATCH] Fix line color setting on Qt4

I don't know if this addresses the other issues the Bevan made, though...

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