On 11/29/2009 12:10 PM, Eric Firing wrote:
> quiver(x[:-1], y[:-1], u, v, angles='xy', units='x', scale=1)
>

That works perfectly when there is change only in x,
but not when both coordinates change.  It seems like
I want a `units='xy'` option, to get the right
scaling along each axis, but it does not exist.

However I can "fake it" pretty well by plotting
first with lines and then on top of that doing
quiver(x[1:],y[1:],u,v, pivot='tip', angles='xy')

Thanks,
Alan


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to