help-octave
[Top][All Lists]
Advanced

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

Gnuplot and automatic gset


From: John W. Eaton
Subject: Gnuplot and automatic gset
Date: Mon, 16 Apr 2001 22:26:23 -0500

On 16-Apr-2001, Joshua Rigler <address@hidden> wrote:

| I use gnuplot with pm3d and mouse support compiled in.  To use these in
| Octave I simply type...
| 
|   gset pm3d
|   gset mouse
| 
| It would be nice if even this wasn't necessary.  Is there a way to force
| Octave to automatically call these two commands before it creates each
| *new* plot?

I think setting the variables gnuplot_command_plot and
gnuplot_command_splot should work.  For example:

  gnuplot_command_plot = "set pm3d; set mouse; plot";
  gnuplot_command_splot = "set pm3d; set mouse; splot";


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]