|
From: Tatsuro M. <tma...@ya...> - 2009-12-11 07:31:22
|
Hello In the octave mailing list, it is revealed that pause mouse does not work correct on gnuplot.exe. http://old.nabble.com/Problem-with-ginput-to26706688.html Ben Abbott reduce the problem of gnuplot as, gnuplot> set term windows gnuplot> plot sin(x) gnuplot> pause mouse gnuplot> print MOUSE_X gnuplot> print MOUSE_Y On the wgnuplot.exe (4.4 and 4.5), the above worked correct as, gnuplot> set term windows Terminal type set to 'windows' Options are 'color noenhanced font "Arial, 10"' gnuplot> plot sin(x) gnuplot> pause mouse paused gnuplot> gnuplot> print MOUSE_X -5.02091446704168 gnuplot> print MOUSE_Y -0.362648407563289 gnuplot> On gnuplot.exe wxt term, it also work Terminal type set to 'wxt' gnuplot> plot sin(x) gnuplot> pause mouse gnuplot> gnuplot> print MOUSE_X -1.10333064009337 gnuplot> print MOUSE_Y 0.210836991070077 gnuplot> However on windows term on gnuplot.exe (4.4 and 4.5), plot sin(x) pause mouse No response even clicking mouse on the plot window. I have paste the commands to the gnuplot prompt using quick edit mode of cmd facilities. gnuplot> plot sin(x) gnuplot> pause mouse gnuplot> print MOUSE_X undefined variable: MOUSE_X gnuplot> print MOUSE_Y undefined variable: MOUSE_Y 'pause mouse' was skipped. At the moment, I have not seen the code concerning to 'pause mouse'. Regards Tatsuro -------------------------------------- Get Disney character's mail address on Yahoo! Mail http://pr.mail.yahoo.co.jp/disney/ |