[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can Octave plot figure which can be modified mannually?
From: |
Torsten |
Subject: |
Re: can Octave plot figure which can be modified mannually? |
Date: |
Wed, 11 Mar 2015 22:32:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 11.03.2015 16:32, davidmalone wrote:
> I'm new to Octave
> in Matlab, we can plot figures and save them into .fig files
> and we can modify components on fig files mannually, e.g, drag legend,
> modify title/labels, blabla
>
> is it possible to use Octave to produce figures on which we can modify its
> components like we do on .fig files?
> thanks!
>
The print command for exporting figures provides the fig-format, too
(please refer to 'help print').
Torsten