help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving graphic objects to file?


From: Ben Abbott
Subject: Re: Saving graphic objects to file?
Date: Tue, 13 Apr 2010 11:52:27 -0400

On Tuesday, April 13, 2010, at 09:09AM, "Tribo Laboy" <address@hidden> wrote:
>Is it possible to save the graphics objects to file? say like this:
>
>savefig(gcf, 'MyFigure.octfig')
>
>so that they are readable and editable later?
>
>Thanks.
>

This capability does not yet exist in Octave.

However, the handle graphics properties do contain sufficient information to 
save and restore a figure. So all that is needed is for someone to take the 
effort to write the code to save the information, and then to restore it.

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]