From: Petr M. <mi...@ph...> - 2004-05-03 11:30:31
|
> You probably remember that there were many, many problems > with replot and mouse clicks over the last year. The line you are > complaining about was added to fix some of these problems. yes, it comes in circles ... I wish it will converge... > > - In Octave, I have to write > > graw('pause mouse\n\n'); > > instead of > > graw('pause mouse\n'); > > otherwise first character from the next command is eaten. > > Now that is a real problem, which I thought had been fixed. > Is this before or after you removed the replot command? After > > The "replot" should go away, as it is an unexpected feature. > > But what does it harm? If you can figure out a way to remove > it that doesn't introduce worse problems, then fine. It could react to interactive vs non-interactive mode of gnuplot. (Your new patch is also OK.) It harms because I'm using "ginput.m" under Octave (as on Octave www site). I need to get 4 coordinates from a color map, one pair of coordinates after another -- and it's awfully slow and boring when gnuplot redraws the map after each click. (And thus also -- I'm looking forward for the updated "with image" patch...) > - If you control-C out of 'pause mouse' then subsequent > commands generate a "mousing not active" error message --- PM |