|
From: Tatsuro M. <tma...@ya...> - 2009-12-13 01:58:50
|
Hello I have not yet gotten successful results on this issue. I would like to report one notice. set term windows plot sin(x) pause mouse print MOUSE_X print MOUSE_Y # Clicking mouse did not break 'pause mouse' but pressing a key on the keyboard broke 'pause mouse'. That was reported previously. After breaking 'pause mouse' by pressing a key, I tried print XY coordinates of the point of mouse cursor. gnuplot> set term win Terminal type set to 'windows' Options are 'color noenhanced' gnuplot> plot sin(x) gnuplot> pause mouse gnuplot> print MOUSE_X -6.73839400734768 gnuplot> print MOUSE_Y -0.0106162447389911 gnuplot> The MOUSE_X and MOUSE_Y values seemed to be reasonable and this means that the point of mouse cursor seem to be read correctly. I have to solve why the mouse click cannot break the 'pause mouse' on gnuplot.exe while, on wgnuplot.exe, the mouse click can break the 'pause mouse'. Regards Tatsuro -------------------------------------- Get Disney character's mail address on Yahoo! Mail http://pr.mail.yahoo.co.jp/disney/ |