help-octave
[Top][All Lists]
Advanced

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

mouse on MacOSX/X11


From: John W. Eaton
Subject: mouse on MacOSX/X11
Date: Thu, 14 Jul 2005 21:51:13 -0400

On 14-Jul-2005, Dmitri A. Sergatskov wrote:

| I cannot get  mouse to work on gnuplot windows when using octave on MacOSX
| (10.4) with X11  term enabled. I can get Option-Click and Command-Click to 
| do what they suppose to do on a standalone gnuplot. 
| I did set mouse in .gnuplot .gnuplotrc .octaverc etc..
| I see that Option-Click does something different (minimizes Term windows?)
| from simple Click, but not what I expect. 
| 
| Any help?

The problem appears to happen when gnuplot is receiving commands
through a pipe.  I don't think the problem is specific to Octave.
For example, try this:

  echo "set mouse; plot sin(x)" | gnuplot -persist

and see whether the mouse works as you expect.  When I try it with
gnuplot 4.0 patchlevel 0 on a Debian x86 system, it does not work the
same as when I run gnuplot interactively.  When the commands are piped
in, the coordinates appear in the lower left of the plot window as I
move the cursor around, but the cursor remains an arrow pointer
instead of a cross and zooming does not work.

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]