[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: |
Thu, 12 Mar 2015 06:41:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 11.03.2015 22:32, Torsten wrote:
> 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').
>
Sorry, my answer wasn't correct. I was thinking of the wrong fig-format
(the one of xfig).
Torsten