Re: [matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Andrew Straw
Eric Firing wrote: > Ryan May wrote: > >> Eric Firing wrote: >> >>> Ryan May wrote: >>> Hi, In looking over trying to support masked arrays in wind barbs, I noticed a problem. I had originally copied the model of quiver, wherein masked arrays are supported f

Re: [matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Ryan May
Eric Firing wrote: >>> Quiver and windbarb could use the axes.delete_masked_points function >>> right at the start, and this might be a good change to make, except >>> that it is inconsistent with using the present set_UVC method to >>> update arrows at constant locations. >> >> delete_masked_

Re: [matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Eric Firing
Ryan May wrote: > Eric Firing wrote: >> Ryan May wrote: >>> Hi, >>> >>> In looking over trying to support masked arrays in wind barbs, I noticed >>> a problem. I had originally copied the model of quiver, wherein masked >>> arrays are supported for U,V, and color, but not for X,Y. This stems >>>

Re: [matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Ryan May
Eric Firing wrote: > Ryan May wrote: >> Hi, >> >> In looking over trying to support masked arrays in wind barbs, I noticed >> a problem. I had originally copied the model of quiver, wherein masked >> arrays are supported for U,V, and color, but not for X,Y. This stems >> from the seemingly nonsen

Re: [matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Eric Firing
Ryan May wrote: > Hi, > > In looking over trying to support masked arrays in wind barbs, I noticed > a problem. I had originally copied the model of quiver, wherein masked > arrays are supported for U,V, and color, but not for X,Y. This stems > from the seemingly nonsensical nature of masking a

[matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Ryan May
Hi, In looking over trying to support masked arrays in wind barbs, I noticed a problem. I had originally copied the model of quiver, wherein masked arrays are supported for U,V, and color, but not for X,Y. This stems from the seemingly nonsensical nature of masking a location. However, if noth