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

2008-10-09 Thread Anthony Floyd
sage- > From: Sebastien Binet [mailto:[EMAIL PROTECTED] > Sent: October 8, 2008 9:47 PM > To: Anthony Floyd > Cc: Anthony Floyd > Subject: Re: [Matplotlib-users] save or pickle figure object > > Hi Anthony, > > On Tuesday 16 September 2008 20:30:26 Anthony Floyd

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

2008-09-17 Thread Friedrich Hagedorn
On Wed, Sep 17, 2008 at 12:55:40PM -0700, Ted Drain wrote: > I agree completely - I was just pointing that it is possible. I think what > people might not be aware of is that it's really an all or nothing > proposition. You either jump in completely and pay the large cost to handle > this in a ma

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

2008-09-17 Thread B Clowers
://code.google.com/p/subplot/ Cheers, Brian -ps excuse the name of the project--I lacked creative drive at the time of naming. --- On Tue, 9/16/08, John Hunter <[EMAIL PROTECTED]> wrote: From: John Hunter <[EMAIL PROTECTED]> Subject: Re: [Matplotlib-users] save or pickle figure objec

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

2008-09-17 Thread Ted Drain
ave to try to keep it accessible to people who can > only > work on it sporadically. That means we need to try to keep it > simple--indeed, to work on simplifying it and cleaning up the rough > edges, and to work on maintaining a design that makes it easy to > improve > the real pl

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

2008-09-17 Thread Eric Firing
MAIL PROTECTED] On Behalf Of >> Eric Firing >> Sent: Tuesday, September 16, 2008 7:04 PM >> To: John Hunter >> Cc: Josef Koller; matplotlib-users@lists.sourceforge.net >> Subject: Re: [Matplotlib-users] save or pickle figure object >> >> John Hunter wrote: &

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

2008-09-16 Thread Ted Drain
ing > Sent: Tuesday, September 16, 2008 7:04 PM > To: John Hunter > Cc: Josef Koller; matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] save or pickle figure object > > John Hunter wrote: > > On Tue, Sep 16, 2008 at 5:06 PM, Josef Koller <[EMAIL

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

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

2008-09-16 Thread Sebastien Binet
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 > build the plots from these shadow objects. This gives us the > advantage

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

2008-09-16 Thread Anthony Floyd
On Tue, Sep 16, 2008 at 3:06 PM, Josef Koller <[EMAIL PROTECTED]> wrote: > 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 wa

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

2008-09-16 Thread Eric Firing
John Hunter wrote: > On Tue, Sep 16, 2008 at 5:06 PM, Josef Koller <[EMAIL PROTECTED]> wrote: >> 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 featu

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

2008-09-16 Thread John Hunter
On Tue, Sep 16, 2008 at 5:06 PM, Josef Koller <[EMAIL PROTECTED]> wrote: > 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 wa

[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 Kol