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
>> build the plots from these shadow objects.  This gives us the
>> advantage of being able to shelve the shadow objects and rebuild the
>> figures later.
>
> this is rather interesting !
> any code to point to ?

Hi Sebastien,

I'll see what I can extract from the code tomorrow at work.  It's
pretty modular so I should be able to point to something.

A>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to