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:
##
Jeff Whitaker wrote:
> Dr. Phillip M. Feldman wrote:
>> Jeff Whitaker wrote:
>>
>>>
>>> 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
Dr. Phillip M. Feldman wrote:
> Jeff Whitaker wrote:
>
>>
>> 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.
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 th
Jeff Whitaker wrote:
>
>
> 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
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 Seve
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 t