Re: [matplotlib-devel] SF.net SVN: matplotlib:[7506] branches/v0_99_maint/lib/matplotlib/lines.py

2009-08-19 Thread Darren Dale
On Wed, Aug 19, 2009 at 6:52 PM, Ryan May wrote: > On Wed, Aug 19, 2009 at 5:35 PM, Darren Dale wrote: >> >> Ryan, >> >> I don't think these calls should be removed. Would you convert them to >> asanyarray() instead? That will preserve the masked arrays. > > Darren, > > I couldn't find a case wher

Re: [matplotlib-devel] SF.net SVN: matplotlib:[7506] branches/v0_99_maint/lib/matplotlib/lines.py

2009-08-19 Thread Ryan May
On Wed, Aug 19, 2009 at 5:35 PM, Darren Dale wrote: > Ryan, > > I don't think these calls should be removed. Would you convert them to > asanyarray() instead? That will preserve the masked arrays. > Darren, I couldn't find a case where those calls weren't already duplicated when set_data() was

Re: [matplotlib-devel] SF.net SVN: matplotlib:[7506] branches/v0_99_maint/lib/matplotlib/lines.py

2009-08-19 Thread Darren Dale
Ryan, I don't think these calls should be removed. Would you convert them to asanyarray() instead? That will preserve the masked arrays. Darren > Log Message: > --- > Remove calls to np.asarray().  This was breaking the use of masked arrays in > calls to set_[x|y]data() and is handled a