[Matplotlib-users] set axes size; figure adjusts

2009-01-10 Thread Alan G Isaac
What is the simple way to do the following? I want to set the size of the actual axes box (i.e, , the lines drawn for the axes, not including the ticks and labels.) I do not care about the figure size, but I would like the resulting drawing to have a tight bounding box. (After I add the ticks an

Re: [Matplotlib-users] plotfile: would like to certain number of rows...how do I do that?

2009-01-10 Thread helstreak
not sure if it does, but if you added it to matplotlib then i guess you would have a one up on gnuplot... John Hunter-4 wrote: > > On Sat, Jan 10, 2009 at 12:50 PM, helstreak wrote: >> >> i would only like to plot a certain number of rows...say 50 - 100...how >> do i >> do that? >> >> Thanks e

Re: [Matplotlib-users] plotfile: would like to certain number of rows...how do I do that?

2009-01-10 Thread John Hunter
On Sat, Jan 10, 2009 at 12:50 PM, helstreak wrote: > > i would only like to plot a certain number of rows...say 50 - 100...how do i > do that? > > Thanks everyone for your help :) plotfile does not support row limits, but you could simply load the data and then plot it, slicing it however you'd l

Re: [Matplotlib-users] Window title of a figure

2009-01-10 Thread Eric Firing
rmber wrote: > I've search and there have been some previous post about this that have gone > unanswered, so I'll go ahead and ask it again: > > Is there a way to set the window title of a figure? I want the top bar of > the window to say something other than "Figure 1" or "Figure 2" so I can > e

[Matplotlib-users] plotfile: would like to certain number of rows...how do I do that?

2009-01-10 Thread helstreak
i would only like to plot a certain number of rows...say 50 - 100...how do i do that? Thanks everyone for your help :) -- View this message in context: http://www.nabble.com/plotfile%3A--would-like-to-certain-number-of-rows...how-do-I-do-that--tp21390622p21390622.html Sent from the matplotlib -

Re: [Matplotlib-users] Getting rid of parallels and meridians

2009-01-10 Thread Jeff Whitaker
Mauro Cavalcanti wrote: > Dear Jeff & ALL, > > How can I get rid, programmatically, of lines drawn with the > drawparallels and drawmeridians in MPL/Basemap? These methods return > dictionaries, but calling the Python clear() method for dictionaries > (and redrawing the figure as usual, of course)

[Matplotlib-users] Getting rid of parallels and meridians

2009-01-10 Thread Mauro Cavalcanti
Dear Jeff & ALL, How can I get rid, programmatically, of lines drawn with the drawparallels and drawmeridians in MPL/Basemap? These methods return dictionaries, but calling the Python clear() method for dictionaries (and redrawing the figure as usual, of course) does not work. No error appears, si