[matplotlib-devel] griddata bug

2009-11-13 Thread James Conners
Hi, I did a quick search of the archives and didn't find anything so here's a post of what I'm pretty sure is a bug in griddata of matplotlib.mlab: Matplotlib version: 0.99.1.1 mlab.py: Line 2527 if hasattr(z,'mask'): x = x.compress(z.mask == False) y = y.compress(z.mask == False) z

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-11-13 Thread Darren Dale
No, unfortunately I have not had time to review the patch. It is on my list. On Mon, Nov 9, 2009 at 3:47 PM, Gökhan Sever wrote: > Darren, > > Have you happened to review Pierre's patch for the toolbar > improvement? I am interested to see this integrated in mpl soon. > > Thanks. > > On Mon, Nov

[matplotlib-devel] 3D Axes scatter : no possibility to vary color/size of markers

2009-11-13 Thread luc Estebanez
Dear All, I am trying to use the new 3D facilities offered by Matplotlib. I know the mlab module of Mayavi, but I am interested in the vector export facilities offered by matplotlib. Here is my issue : I can't manage to vary the color and/or size of the markers when doing 3D scatter plots : fi