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: Andy Buckle
Subject: Re: Saving graphic objects to file?
Date: Tue, 13 Apr 2010 16:11:26 +0100

I don't think it is possible to do something like that. I think the
best option is something like this.

print -demf fig.emf

there are quite a lot of image types available, though some are buggy.

My approach to modifying later, is to rerun the octave script that
made the plot. Or, if it is a time consuming script, save the data, to
be loaded and plotted later.

So, at least you have one reply... If I missed something, I am sure
someone will correct me.

Andy

On Tue, Apr 13, 2010 at 2:09 PM, 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.
>
> PS. I asked similar question before
> (http://www-old.cae.wisc.edu/pipermail/help-octave/2010-April/019017.html),
> but possibly the subject was not quite informative and got no reply.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>



-- 
/* andy buckle */


reply via email to

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