Re: [Matplotlib-users] findobj problem!

2008-09-16 Thread Eric Firing
sa6113 wrote: I want to use findobj attribute by this code, import matplotlib.pyplot as plt import matplotlib.text as text . . . fig = plt.figure() for t in fig.findobj(text.Text): t.set_family(somefamily) but I get this error : Figure instance has no attribute 'findobj'

Re: [Matplotlib-users] show() won't show

2008-09-16 Thread Jeff Whitaker
David J Strozzi wrote: Hi, I'm a light matplotlib user, and generally haven't had problems the few times I've installed it. However, now I am. I am building matplotlib (and a suite of python tools, including python itself) on a big computer cluster. I don't have root access and that's

Re: [Matplotlib-users] Information request

2008-09-16 Thread De Pauw Antoine
Jeff, In fact my satellite data is displaying clouds of various gases, and I don’t like the fact that empty places are left dark blue (I use jet reversed cmap) By masking data under a certain value, I isolate the clouds and then they are in evidence When I use vmin and vmax I'm able to avoid

[Matplotlib-users] 'Inverting' a colormap (was Next problem: pixel-to-pixel alpha variation)

2008-09-16 Thread David Goldsmith
--- On Tue, 9/9/08, David Goldsmith [EMAIL PROTECTED] wrote: eventually ... I'd like to do what John implies is possible, i.e., invert a cm back to its RGB table - John (or anyone) can you short-cut the learning process for me w/ a code example of how to do this? :-) Thanks! DG No one

Re: [Matplotlib-users] 'Inverting' a colormap (was Next problem: pixel-to-pixel alpha variation)

2008-09-16 Thread John Hunter
On Tue, Sep 16, 2008 at 2:40 PM, David Goldsmith [EMAIL PROTECTED] wrote: --- On Tue, 9/9/08, David Goldsmith [EMAIL PROTECTED] wrote: eventually ... I'd like to do what John implies is possible, i.e., invert a cm back to its RGB table - John (or anyone) can you short-cut the learning

Re: [Matplotlib-users] Information request

2008-09-16 Thread Eric Firing
De Pauw Antoine wrote: Jeff, In fact my satellite data is displaying clouds of various gases, and I don’t like the fact that empty places are left dark blue (I use jet reversed cmap) By masking data under a certain value, I isolate the clouds and then they are in evidence When I use

[Matplotlib-users] Pleasae remove me from the mailing list

2008-09-16 Thread Cheng-Kong Wu
To whom it may concern, Please remove me from the email list. Thanks! Chris - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK

[Matplotlib-users] save or pickle figure object

2008-09-16 Thread Josef Koller
Hi folks, I would like to save preliminary figures for later processing and refinement with matplotlib. Is there a way to save or pickle a figure object and later reload it. Matlab has a feature like that and and I was wondering if matplotlib has it too. Thanks a lot, Josef -- Josef

Re: [Matplotlib-users] save or pickle figure object

2008-09-16 Thread Anthony Floyd
On Tue, Sep 16, 2008 at 8:17 PM, Sebastien Binet [EMAIL PROTECTED] wrote: Hi Anthony, As you've already been told, you can't pickle/shelve mpl objects. Our solution to this is to have a native python shadow object that contains all the bits and pieces needed to create a figure, and always