Re: [Matplotlib-users] Handling LARGE data sets

2007-06-12 Thread brett . mcsweeney
Hello Andrew, Sorry for the delay, I have been on holidays. I wrote the code (such as it is - but the key line is adapted from the scipy web site). I should have put a copy of the BSD license at the front, I suppose, (would that be correct?) but it was never intended as more than a quick in-h

Re: [Matplotlib-users] spawning plots as separate processes

2007-06-12 Thread Bill Baxter
I'm not sure what you're after exactly, but your design needs may be solved by calling pylab.ion(True). If not the ezplot library that I wrote may do it for you. http://www.python.org/pypi/ezplot/0.1.0a3 --bb On 6/13/07, signal seeker <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am very new to

[Matplotlib-users] Basemap cyclic longitudes

2007-06-12 Thread Johnny Lin
Hi all, I'm creating a cylindrical map, global in longitude and centered around 180 and the equator, using the following code: map = Basemap( projection='cyl', resolution='l' , llcrnrlon=0, urcrnrlon=360 , llcrnrlat=-76.875, urcrnrlat=76.875 , lon_0=180, lat

[Matplotlib-users] spawning plots as separate processes

2007-06-12 Thread signal seeker
Hi All, I am very new to matplotlib and still trying to find my way through docs and api, so please excuse me if there is a simple way to do this. So the situation is this - I would like to write a script that spawns multiple plots and exits, but the plots window do not die until they are expli

[Matplotlib-users] Discrete legend

2007-06-12 Thread Jose Gomez-Dans
Hi, I am plotting a number of polygons with different colours (results from an image clustering or classification algorithm). I'd like to have a map-like legend, with a square filled with some colour and some text describing what it is (a quick search in Google comes up with the following example:

Re: [Matplotlib-users] [Fwd: Re: contour & colorbar...]

2007-06-12 Thread fred
Eric Firing a écrit : > im = imshow(a) > cb = colorbar() > cs = contour(a, [0.8], norm = im.norm, cmap=im.cmap) > cb.add_lines(cs) > > Is this in fact what you want? Exactly, perfect ! Thanks a lot. Cheers, -- http://scipy.org/FredericPetit -

[Matplotlib-users] [Fwd: Re: contour & colorbar...]

2007-06-12 Thread Eric Firing
--- Begin Message --- fred wrote: Hi, Please look at the short example attached showing the issue. I want to display only one contour line, with value 0.8. Obviously, the color associated with this contour line is bad (blue instead of red color). I think the reason is that the contour has it