Re: [matplotlib-devel] mpl and numpy ma branch

2008-01-24 Thread Michael Droettboom
I wonder if Eric's changes (which are quite different) fix David's scalar mask problem...? Cheers, Mike Eric Firing wrote: > Michael Droettboom wrote: >> David Huard wrote: >>> Hi, >>> >>> calling show returns the following error using the numpy maskedarray >>> branch. The figure is a quiver pl

Re: [matplotlib-devel] mpl and numpy ma branch

2008-01-23 Thread Eric Firing
Michael Droettboom wrote: > David Huard wrote: >> Hi, >> >> calling show returns the following error using the numpy maskedarray >> branch. The figure is a quiver plot on a basemap instance. > > I haven't personally done any testing with the maskedarray branch > myself, though I know Eric Firing

Re: [matplotlib-devel] mpl and numpy ma branch

2008-01-23 Thread Michael Droettboom
David Huard wrote: > Hi, > > calling show returns the following error using the numpy maskedarray > branch. The figure is a quiver plot on a basemap instance. I haven't personally done any testing with the maskedarray branch myself, though I know Eric Firing has done a little. > /usr/local/lib

[matplotlib-devel] mpl and numpy ma branch

2008-01-23 Thread David Huard
Hi, calling show returns the following error using the numpy maskedarray branch. The figure is a quiver plot on a basemap instance. /usr/local/lib64/python2.5/site-packages/matplotlib/figure.pyc in draw(self, renderer) 696 697 # render the axes --> 698 for a in self.axes: