help-octave
[Top][All Lists]
Advanced

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

Re: [OctDev] Suppresing figure creation


From: Daniel J Sebald
Subject: Re: [OctDev] Suppresing figure creation
Date: Sat, 24 Mar 2012 08:57:58 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 03/24/2012 06:15 AM, Juan Pablo Carbajal wrote:
On Sat, Mar 24, 2012 at 11:58 AM, Michael Goffioul
<address@hidden>  wrote:

Do you mean something like this:

figure ('visible', 'off');
plot (...)

Michael.

Thanks Michael,

Can anybody using text based output test that?
It works fine in gnuplot and fltk.

I don't have the latest development version of Octave. Could someone with a fairly up-to-date version please confirm this works properly?

figure ('visible', 'off');
plot([1:50]);
figure ('visible', 'on');

I'm not seeing a graph when the figure becomes visible.  Further issuing

figure ('visible', 'off');
figure ('visible', 'on');

causes a new blank figure to appear.

Thanks,

Dan


reply via email to

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