help-octave
[Top][All Lists]
Advanced

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

Re: Plotting in Octave in Linux


From: LUK ShunTim
Subject: Re: Plotting in Octave in Linux
Date: Tue, 20 Mar 2007 13:48:48 +0800
User-agent: Icedove 1.5.0.10 (X11/20070307)

GAZ082 wrote:
> Hi friends. Look, i dont really know if this is Octave related, GNUPLOT
> related or even Linux related, but when i do a script with an editor and
> execute it with Octave, the plot windows closes the second it finish
> plotting. Is there any option in Octave to keep the plot window open?
> 
> Thanks!!

You can add a line like

input("Press any key to continue ...");

at the end of your script to prevent octave from exiting immediately.

Regards,
ST
--


reply via email to

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