Re: [Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-24 Thread Jeff Whitaker
Dr. Phillip M. Feldman wrote: I’ve been experimenting with basemap, and have been able to make maps using the orthographic and polyconic projections. When I try to generate a map using the geostationary projection, I get the error message shown below. I haven’t been able to make head or tail

[Matplotlib-users] Interact with matplotlib in Sage

2010-01-24 Thread Gökhan Sever
Hello, I have thought of this might interesting to share. Register at www.sagenb.org or try on your local Sage-notebook and using the following code: # Simple example demonstrating how to interact with matplotlib directly. # Comment plt.clf() to get the plots overlay in each update. # Gokhan

Re: [Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-24 Thread Dr. Phillip M. Feldman
Jeff Whitaker wrote: snip Philip: That's an error from the proj4 c library saying that it didn't like one of the parameters you used to define the projection. Since you didn't include the parameters you used, I can't say which one is the culprit. -Jeff I've boiled the code down

[Matplotlib-users] redraw a figure

2010-01-24 Thread Pellegrini Eric
Hello everybody, I have a question concerning the redrawing of one/several figures. Say that I have the following (very) simple code: ion() f1 = figure(1) plot([1,2,3,4]) f2 = figure(2) plot([1,1,1,1]) and that I killed f1 and f2 figures by clicking on their respective right-top corner. Is

Re: [Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-24 Thread Phillip M. Feldman
Jeff Whitaker wrote: Dr. Phillip M. Feldman wrote: Jeff Whitaker wrote: snip Philip: That's an error from the proj4 c library saying that it didn't like one of the parameters you used to define the projection. Since you didn't include the parameters you used, I can't say which one

[Matplotlib-users] Problem with creating new, empty figures

2010-01-24 Thread Philipp Bender
Dear listmembers, I experienced a problem with matplotlib yesterday that caused me a lot of headache and I don't know whether this is a bug or if I forgot something. What I want is to plot different datasets in different plots in different files. My code looks like that: