Re: [Matplotlib-users] quiver and masked array

2006-11-21 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> Anyone who has not done such a compilation is likely to run Eric> into missing devel packages (because they don't get Eric> installed by default), but installing them using synaptic or Eric> apt-get should be easy, and

[Matplotlib-users] quiver and masked array

2006-11-21 Thread giovanni ruggiero
Hi ALL, I am just starting to leave the matlab to work with matplotlib 82-5 in my ubuntu linux. I have problens to make a vector fild plots using quiver. I have a netcdf file that i extract a u_velocity and v_velocity variables, after i mask the array and try to quiver. i get the following erro

Re: [Matplotlib-users] quiver and masked array

2006-11-21 Thread Eric Firing
From my point of view, version 82-5 is simply too old to bother with. In newer versions quiver has been completely rewritten including masked array support. I recommend that you remove your ubuntu mpl package and install the latest release from the source tarball. Eric giovanni ruggiero wro