[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mouse on MacOSX/X11
From: |
John W. Eaton |
Subject: |
Re: mouse on MacOSX/X11 |
Date: |
Fri, 15 Jul 2005 09:37:17 -0400 |
On 14-Jul-2005, Dmitri A. Sergatskov wrote:
| John W. Eaton wrote:
|
| > 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
|
| No, I cannot use mouse on Linux/x86 (FC3)
|
| >
| > 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.
| >
|
| But zooming works fine when I run octave on linux / x86 (FC3 or FC4)
OK, here is perhaps a better test. In one window, execute the commands
mkfifo fifo
gnuplot < fifo
and then in another
cat > fifo
set mouse
plot sin(x)
... other plotting commands ...
On the OS X system, does this show any different behavior than
Octave+gnuplot? If so, then there might be a bug in the way Octave is
communicating with gnuplot. Otherwise, if the behavior is the same
then I think the problem is not in Octave.
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
-------------------------------------------------------------
- mouse on MacOSX/X11, Dmitri A. Sergatskov, 2005/07/14
- Re: mouse on MacOSX/X11, Henry F. Mollet, 2005/07/14
- mouse on MacOSX/X11, John W. Eaton, 2005/07/14
- Re: mouse on MacOSX/X11, Timothée Lecomte, 2005/07/15
- Message not available
- Re: mouse on MacOSX/X11,
John W. Eaton <=
- Re: mouse on MacOSX/X11, Dmitri A. Sergatskov, 2005/07/15
- Re: mouse on MacOSX/X11, Henry F. Mollet, 2005/07/16
- Re: mouse on MacOSX/X11, Dmitri A. Sergatskov, 2005/07/17
- Re: mouse on MacOSX/X11, Henry F. Mollet, 2005/07/17
- Re: mouse on MacOSX/X11, Dmitri A. Sergatskov, 2005/07/17
- Re: mouse on MacOSX/X11, Dmitri A. Sergatskov, 2005/07/16