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)?

-- 
Alex Pounds (Creature)                  .~.       http://www.alexpounds.com/
                                        /V\      http://www.ethicsgirls.com/
                                       // \\
"Variables won't; Constants aren't"   /(   )\
                                       ^`~'^


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

Reply via email to