help-octave
[Top][All Lists]
Advanced

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

Re: plotting


From: John W. Eaton
Subject: Re: plotting
Date: Tue, 9 May 2006 17:13:22 -0400

On  9-May-2006, Thomas Weber wrote:

| Hi, 
| 
| Am Mittwoch, den 10.05.2006, 00:42 +0400 schrieb Zhukov Pavel:
| > hmm... i think problem in octave plot command.
| > in gretl gnuplot window have mouse control
| 
| Please see
| 
http://velveeta.che.wisc.edu/octave/lists/archive//help-octave.2001/msg00936.html

Yes, that is one solution, but another is to put

  set mouse

in your ~/.gnuplot file.  The reason this is needed for Octave but not
when running gnuplot by itself is that Octave interacts with gnuplot
via a pipe, so gnuplot doesn't think it is working interactively, so
it doesn't enable the mouse mode for the X11 terminal and you need to
force that to happen with the "set mouse" command.  The best place to
put that command is in the ~/.gnuplot file.  That way, all instances
of gnuplot will have the mouse mode enabled.

jwe


reply via email to

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