Re: [Matplotlib-users] basemap meridians cut off

2013-07-05 Thread Jeff Whitaker
spmls July 5, 2013 10:58 AMHello,I've been having a problem in my basemap plots of areas with small spatialextents, where my meridians are cutoff like so: I've tried simplifying the code as much as possible, but still get a similarproblem: The meridians plot correctly when I

[Matplotlib-users] basemap meridians cut off

2013-07-05 Thread spmls
Hello, I've been having a problem in my basemap plots of areas with small spatial extents, where my meridians are cutoff like so: I've tried simplifying the code as much as possible, but still get a similar problem:

[Matplotlib-users] Plot/save line collection object without margins

2013-07-05 Thread death jun
Hello list, I have LineCollection object: "l = matplotlib.collections.LineCollection()" which I want to save as image without any kind of margins. What have I tried is following: ax = plt.subplot(111) ax.set_axis_off() ax.add_collection(l) ax.autoscale_view() plt.savefig('img.png') but there a

Re: [Matplotlib-users] Basemap transform_vector for decreasing latitudes

2013-07-05 Thread Jeff Whitaker
kmanross July 2, 2013 12:42 PMGreetings!Relative newbie here.I'm trying to plot wind vectors using basemap quiver and to fit my orthoprojection. This is essentially a hack of Jeff Whitaker's animate.py foundat https://github.com/matplotlib/basemap/blob/master/examples/animate.p

Re: [Matplotlib-users] Smooth animations

2013-07-05 Thread v0idnull
Yes, but this is where I am failing. I don't have the code with me right now but I can explain it: I get a new number every 2000 milliseconds, and I want to update the graph say, every 50 milliseconds, and keep a minute of history visible in the graph. So that's 30 x-axis ticks. But if I wa

[Matplotlib-users] Plotting current surface data : Only one arrow appears

2013-07-05 Thread piecess
I want to plot current data on a map. I wrote that : But it returns me only one arrow According to the using of the shape function I guess my slice is right : What can I do to have all the arrows? (It's a global world file..) -- View this message in context: http://matplotlib.1069221.n5.n