Jeff Whitaker wrote:
> Eric Firing wrote:
>> Jeff Whitaker wrote:
>>> Michael Roettger wrote:
Hi all,
maybe I've misunderstood something concerning masking or quiver plots:
I want to exclude some data from a quiver plot. Here's an example:
8<
>>
Hi,
maybe I've misunderstood something concerning quiver plots:
I want to exclude some data from a quiver plot. Here's an example:
8<
import numpy as N
import pylab as pl
import matplotlib.numerix.ma as ma
# prepare data
X,Y = pl.meshgrid(range(5),range(5))
angles = pl.r
Eric Firing wrote:
> Jeff Whitaker wrote:
>> Michael Roettger wrote:
>>> Hi all,
>>>
>>> maybe I've misunderstood something concerning masking or quiver plots:
>>> I want to exclude some data from a quiver plot. Here's an example:
>>>
>>> 8<
>>> import numpy as N
>>> import
Jeff Whitaker wrote:
> Michael Roettger wrote:
>> Hi all,
>>
>> maybe I've misunderstood something concerning masking or quiver plots:
>> I want to exclude some data from a quiver plot. Here's an example:
>>
>> 8<
>> import numpy as N
>> import pylab as pl
>> import matplotl
Michael Roettger wrote:
> Hi all,
>
> maybe I've misunderstood something concerning masking or quiver plots:
> I want to exclude some data from a quiver plot. Here's an example:
>
> 8<
> import numpy as N
> import pylab as pl
> import matplotlib.numerix.ma as ma
>
> # prepar
Michael Roettger wrote:
> Hi all,
>
> maybe I've misunderstood something concerning masking or quiver plots:
> I want to exclude some data from a quiver plot. Here's an example:
>
> 8<
> import numpy as N
> import pylab as pl
> import matplotlib.numerix.ma as ma
>
> # prepar
Hi all,
maybe I've misunderstood something concerning masking or quiver plots:
I want to exclude some data from a quiver plot. Here's an example:
8<
import numpy as N
import pylab as pl
import matplotlib.numerix.ma as ma
# prepare data
X,Y = pl.meshgrid(range(5),range(5)