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]
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:
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
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,
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
> >
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
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/