Re: [Matplotlib-users] quiver units

2010-09-15 Thread Oz Nahum
Hi Ryan Thanks for your reply. I am using 0.99.3 from Debian ... On Wed, Sep 15, 2010 at 3:18 PM, Ryan May wrote: > On Wed, Sep 15, 2010 at 7:27 AM, Oz Nahum wrote: > > Hi Everyone, > > > > I'm trying to make a quiver plot using the example in examples > collection. > > The documentation says

Re: [Matplotlib-users] quiver units

2010-09-15 Thread Ryan May
On Wed, Sep 15, 2010 at 7:27 AM, Oz Nahum wrote: > Hi Everyone, > > I'm trying to make a quiver plot using the example in examples collection. > The documentation says that I can define the arrow units as: > > units: [‘width’ | ‘height’ | ‘dots’ | ‘inches’ | ‘x’ | ‘y’ | ‘xy’]so I did: > from pylab

[Matplotlib-users] quiver units

2010-09-15 Thread Oz Nahum
Hi Everyone, I'm trying to make a quiver plot using the example in examples collection. The documentation says that I can define the arrow units as: ** *units*: [‘width’ | ‘height’ | ‘dots’ | ‘inches’ | ‘x’ | ‘y’ | ‘xy’]so I did: from pylab import * from numpy import ma X,Y = meshgrid( arange(0,