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 are

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

[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

[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