Re: I can't bind hotkeys, why?
- From: sfeam <sfeam@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 06 Dec 2008 11:36:19 -0800
nitroamos wrote:
Hi -- I run a perl script on a server, which opens a gnuplot 4.3 pipe
for my graph, which tunnels through my ssh connection, and displays in
X11 on my OSX 10.5.5 laptop. This all works fine.
Your description is a little ambiguous. As I understand it, gnuplot itself
is running on a server. But is gnuplot_x11 (the x11 driver program)
running on the server, or on your laptop? Probably the former, but
the symptoms below make me not so sure.
However, I can't use the bind command in my gnuplot script. How do I
figure out what I might be doing wrong?
Some clues:
1) the 'q' hotkey works
2) the graph does register my mouse, because it displays the
coordinates of the cursor at the bottom of the plot
3) the 'm' hotkey works (toggles clue #2)
Those functions are all performed by gnuplot_x11 rather than by
gnuplot proper.
4) I can't zoom (I added the line: set mouse zoomjump). Although I'm
using a Mac, I'm using a multibutton mouse, but I can't get the graph
to respond in any way (except clue #2) to my mouse.
4) if I add a line like: bind a "set nokey"
I get nothing.
Whereas those functions are sent back over a pipe to the original
gnuplot main program for execution.
Now, I compiled this executable myself 1/2 yr ago, so maybe I didn't
compile it right? When I did, I used the configure line:
./configure --prefix=/ul/amosa/ --with-readline=gnu --with-pdf=/ul/
amosa --with-gd=/ul/amosa
Any recommendations on what to try to get this working?
There are two pipes involved. One takes the commands from gnuplot to
the separate program gnuplot_x11, which is the one controlling your x display.
The other pipe feeds back information from gnuplot_x11 to gnuplot.
It sounds like you are having problems with this reverse pipe.
Before speculating further, I need to know for certain which machine
gnuplot_x11 is running on.
.
- Follow-Ups:
- Re: I can't bind hotkeys, why?
- From: nitroamos
- Re: I can't bind hotkeys, why?
- References:
- I can't bind hotkeys, why?
- From: nitroamos
- I can't bind hotkeys, why?
- Prev by Date: How to make xtics start with "1" not "0" in a colmunstacked histogram?
- Next by Date: Re: I can't bind hotkeys, why?
- Previous by thread: I can't bind hotkeys, why?
- Next by thread: Re: I can't bind hotkeys, why?
- Index(es):
Relevant Pages
|