On 8/23/07, Alex Pounds <[EMAIL PROTECTED]> wrote: > On Thu, August 23, 2007 5:33 pm, David Tremouilles wrote: > > I would like to save a matplotlib figure (data, title and axes label, > > plot properties, ...) to load it later on for modification. Something > > like figure.savelall("file.matplot") and later on do a > > figure.loadall("file.matplot") using an empty figure.
> I am but a humble newbie, but why not simply take your figure > object/reference and Pickle it (see > http://docs.python.org/lib/module-pickle.html)? Reasonable request, reasonable solution, but alas neither will work. The mpl extension code doesn't support pickling. JDH ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users