Eric Firing wrote:
> Jason,
>
>>
>> In looking at the basemap examples (specifically quiver_demo.py), it 
>> looks like you specifically rotate the vectors to match up with map 
>> coordinates; is that right?  Applying to the situation above, do I need 
> Yes.
>> to rotate my vectors to respect the aspect ratio?  What's the easiest 
>> way to get quiver(X,Y,U,V) to behave so that the vectors plotted 
>> would, for each coordinate (x,y) and corresponding (u,v), be parallel 
>> to the vector between (x,y) and (x+u, y+v) (where (x, y) and (u,v) 
>> are taken as coordinates in the axis coordinate system).
>
> Well, the easiest way is to build mpl from svn; a few minutes ago I 
> added this capability to quiver, selectable with an "angles" kwarg.

Thanks!

I'm working with matplotlib in Sage, so I'll probably update the
matplotlib package in Sage if it is fairly stable.  Do you know when the
next release of matplotlib will be, in case it isn't stable for me?


P.S. Sorry for the duplicate messages to you, Eric.  I keep hitting 
reply instead of reply-all.


Jason



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to