Re: [Matplotlib-users] Native file format

2007-02-08 Thread Mark Bakker
Does anybody understand why CXX extensions don't pickle? I have the same problem with my own CXX extensions, which I make with SWIG. On the other hand, FORTRAN extensions using f2py pickle fine! Mark From: "John Hunter" <[EMAIL PROTECTED]> Subject: Re: [Matplotlib-users]

Re: [Matplotlib-users] Native file format

2007-02-07 Thread Todd Miller
Perry Greenfield wrote: > On Feb 7, 2007, at 10:21 AM, John Hunter wrote: > > >> On 2/7/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: >> >> >>> Why can't mpl's figures be pickled? >>> >> The main thing is we need to add pickle support for all of mpl's >> extension code >> >> http:

Re: [Matplotlib-users] Native file format

2007-02-07 Thread Perry Greenfield
On Feb 7, 2007, at 10:21 AM, John Hunter wrote: > On 2/7/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: > >> Why can't mpl's figures be pickled? > > The main thing is we need to add pickle support for all of mpl's > extension code > > http://docs.python.org/lib/node321.html > > In earlier attem

Re: [Matplotlib-users] Native file format

2007-02-07 Thread John Hunter
On 2/7/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: > Why can't mpl's figures be pickled? The main thing is we need to add pickle support for all of mpl's extension code http://docs.python.org/lib/node321.html In earlier attempts people got stuck with trying to pickle the CXX extension code,

Re: [Matplotlib-users] Native file format

2007-02-07 Thread Jan Strube
On 2/7/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: On 2/4/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Jan Strube wrote: > > Hi List, > > is there a way to store matplotlib figures in something like a native > > file format? > > I am thinking of something that keeps track of all the objects > >

Re: [Matplotlib-users] Native file format

2007-02-07 Thread Edin Salkovic
On 2/4/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Jan Strube wrote: > > Hi List, > > is there a way to store matplotlib figures in something like a native > > file format? > > I am thinking of something that keeps track of all the objects > > (patches(?)) in a mpl figure, so that later you could

Re: [Matplotlib-users] Native file format

2007-02-04 Thread Eric Firing
Jan Strube wrote: > Hi List, > is there a way to store matplotlib figures in something like a native > file format? > I am thinking of something that keeps track of all the objects > (patches(?)) in a mpl figure, so that later you could just revisit that > figure and change properties. > Or add/

[Matplotlib-users] Native file format

2007-02-04 Thread Jan Strube
Hi List, is there a way to store matplotlib figures in something like a native file format? I am thinking of something that keeps track of all the objects (patches(?)) in a mpl figure, so that later you could just revisit that figure and change properties. Or add/remove objects from the canvas. I