help-octave
[Top][All Lists]
Advanced

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

plotting in a script


From: John W. Eaton
Subject: plotting in a script
Date: Tue, 5 Mar 2002 13:33:00 -0600

On  5-Mar-2002, Davide Cavallari <address@hidden> wrote:

| How can I tell octave to let the plot window survive after a plot
| command in an octave script finished?

Something like

  gnuplot_binary = "gnuplot -persist"

before opening a plot window should work with the X11 terminal driver
You should also be able to get the same effect using X resources.
There it would be something like

  gnuplot*persist: on

See the gnuplot help for "set term x11".

jwe



-------------------------------------------------------------
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]