help-octave
[Top][All Lists]
Advanced

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

Re: plotting window closes, any idea?


From: Andrey Romanenko
Subject: Re: plotting window closes, any idea?
Date: Mon, 2 May 2005 18:53:07 +0100
User-agent: KMail/1.7.2

Hello Peter,

If your gnuplot supports it, you may use

gset term x11 persist

right before the plot command.
Problem is, gset is now deprecated in Octave, so you will get a warning. You 
should  use  __gnuplot_set__ to get rid of the warning. 

Andrey

On Monday 02 May 2005 14:47, peter plessas wrote:
> Hi Doug!
>
> Thats it, thanks!
> In fact i now have to press "q" to coles the plot and then "enter" in
> the console.
>
> regards, Peter
>
> Doug Stewart wrote:
> > one way is to put a PAUSE statement here  then it will stop untill you
> > hit enter.
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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