Thanks Zach,
That simple little example makes more sense than the manual page did.
Perhaps it's just late.
I appreciate it.
Steven
On Mon Apr 8 22:30:43 2013, Zachary Pincus wrote:
>> I've got some verts I stole from the internet that draws an upward arrow
>> (or a down arrow), but I need to
Hey List,
I've got some verts I stole from the internet that draws an upward arrow
(or a down arrow), but I need to draw an arrow to the right or to the
left. But I don't really understand verts and how they work.
arrowup_verts = [[0.,0.], [-1., -1], [0.,0.], [0.,-2.],[0.,0.], [1,-1]]
arrowdo
Il giorno 08/apr/2013 21:05, "Kevin Hunter Kesling" ha
scritto:
>
> At 4:20pm -0400 Sun, 07 Apr 2013, Francesco Montesano wrote:
>>
>> Il giorno 07/apr/2013 21:03, Kevin Hunter Kesling ha scritto:
>>
>>> On the other hand, I'm still such a noob at Matplotlib ... is there
>>> a way to have one of t
Hi Kevin,
I don't check the link you provided very carefully. So I guess you already
find a solution.
otherwise I have done something similar before and have made a bit general
function to do
the job, which I think might be helpful for you.
You can check the following three functions at
https://g
At 4:20pm -0400 Sun, 07 Apr 2013, Francesco Montesano wrote:
> Il giorno 07/apr/2013 21:03, Kevin Hunter Kesling ha scritto:
>> On the other hand, I'm still such a noob at Matplotlib ... is there
>> a way to have one of the subplots take up more than its default 50%
>> allotment?
>
> you can give a
On 2013/04/08 4:13 AM, epi wrote:
> Hi All,
>
> i'm new to basemap, truing to learn how to plot vector from a netcdf file
>
> the variables in my file are :
>
> - time
> - Significant_height_of_combined_wind_waves_and_swell_surface
> - u-component_of_wind_surface
> - v-component_of_wind_surface
>
>
Hi All,
i'm new to basemap, truing to learn how to plot vector from a netcdf file
the variables in my file are :
- time
- Significant_height_of_combined_wind_waves_and_swell_surface
- u-component_of_wind_surface
- v-component_of_wind_surface
this is my code, the pcolormesh is fine
impor