[EMAIL PROTECTED] wrote:
> Eric Firing wrote:
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.
>
> Eric,
>
> I tried just copying the quiver.py SVN version 6114 into my existing
> matplotlib install
Eric Firing wrote:
>>> 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.
Eric,
I tried just copying the quiver.py SVN version 6114 into my existing
matplotlib install and numpy 1.1.1. When running my exam
[EMAIL PROTECTED] wrote:
> Eric Firing wrote:
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.
>
> Eric,
>
> I tried just copying the quiver.py SVN version 6114 into my existing
> matplotlib install
[EMAIL PROTECTED] wrote:
> 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 r
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
First off, in rereading my message, it sounded more abrasive than I
intended. I should have asked more questions and complained less; sorry.
Eric Firing wrote:
> [EMAIL PROTECTED] wrote:
>
>>
>> Is there an easy way to get a correct quiver plot (i.e., correct
>> slopes) now if the aspect ratio i
[EMAIL PROTECTED] wrote:
> Recently I noticed that the quiver plots all make the arrows as if the
> plot had aspect ratio 1. See, for example, the documentation for quiver:
>
> In all cases the arrow aspect ratio is 1, so that if *U*==*V* the
> angle of the arrow on the plot is 45 degrees C
Recently I noticed that the quiver plots all make the arrows as if the
plot had aspect ratio 1. See, for example, the documentation for quiver:
In all cases the arrow aspect ratio is 1, so that if *U*==*V* the
angle of the arrow on the plot is 45 degrees CCW from the *x*-axis.
This seems