|
From: Theo H. <th...@ph...> - 2005-07-18 18:02:35
|
Dmitri A. Sergatskov wrote: > I guess I confused everyone with my first post. The issue I am trying to > solve is > that I cannot get mouse to work in octave (which uses gnuplot as a plotting > back end) on MacOSX (Tiger, kernel 8.2.0 <-- this might be important, since > people with 8.1.0 does not seem to have this problem). > So, I reduced the problem to a simple case of gnuplot being controlled > via pipe. > On linux/x86 and on linux/ppc (FC4 in both cases) this works the same way > as if gnuplot run "normally" (except that I have to set mouse explicitly). > In MacOS X I cannot get mouse to work at all when gnuplot is controlled > through > a pipe. My confusion arises from the fact that in the examples you give, mousing is not expected to work. Note that when I say "mousing", I refer to the the full functionality described by the help given when 'h' is pressed in the gnuplot_x11 window. This includes zooming, labelling, and toggling of logarithmic axes and of grids. The display of the coordinates of the mouse cursor is generated by gnuplot_x11 itself, and does not require that gnuplot be running. THeo |