Re: [Matplotlib-users] verts

2013-04-08 Thread Steven Boada
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

[Matplotlib-users] verts

2013-04-08 Thread Steven Boada
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

Re: [Matplotlib-users] "zig-zag" to represent suppressed 0 on axis?

2013-04-08 Thread Francesco Montesano
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

Re: [Matplotlib-users] "zig-zag" to represent suppressed 0 on axis?

2013-04-08 Thread ChaoYue
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

Re: [Matplotlib-users] "zig-zag" to represent suppressed 0 on axis?

2013-04-08 Thread Kevin Hunter Kesling
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

Re: [Matplotlib-users] help plotting vector field in basemap

2013-04-08 Thread Eric Firing
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 > >

[Matplotlib-users] help plotting vector field in basemap

2013-04-08 Thread epi
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