Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread Lionel Roubeyrie
It's PyQt3, I hope using PyQt4 in a future release. I'm also going to make some changes in the windfreq part, don't sure to keep missing values is good for the computation. For the moment, my major problem is the legend, because polar axes don't have one, so I must use figlegend, and it's not ve

[Matplotlib-users] problem with saving eps and ps with GTKAgg backend (and current head of SVN)

2007-05-09 Thread Johann Cohen-Tanugi
hello, I am creating a "big" drawing ( figure(figsize=(16,20)) ), and when I try to save it in eps/ps form, it mishandle the overall size and only save a portion of the drawing. Saving in png or jpg works fine though. Any idea? Thanks, Johann

[Matplotlib-users] caxis in matplotlib / basemap

2007-05-09 Thread Sebastian Krieger
Hi everybody! I've just started using Python and matplotlib & basemap in order to continue using Matlab. I want to make some sea surface height anomaly plots and could find out how to define the color limits equivalent to caxis in Matlab. Can anyone help me? Thanks Sebastian -

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread kc106_2005-matplotlib
Thanks for the message, Lionel. I am now able to run windrose.py using Derek's sample data. I was having trouble at first but after updating scipy to the latest version, the problem went away. Now, I am trying to convert my data into a format acceptable to windrose. As indicated before, my d

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread Christopher Barker
Lionel Roubeyrie wrote: > PS: I'm working on a graphical interface for windrose, don't know when I can > finalyse it, maybe for the next month. I set a screenshot here. pretty cool. Is that pyGTK or wxPython? Keep us apprised, this looks nice, and I think I could use it (though I need wxPython)

Re: [Matplotlib-users] Reusing basemap instance

2007-05-09 Thread jl
Jeff Whitaker wrote: > Jesper: You might consider just deleting the figure elements that you > don't want to re-use (instead of figuring out everything you do want to > re-use). Thanks, that approach sounds more sensible than mine. > Very nice web site! Are the plots generated on the fly, or ar