help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ginput with Octave 3.2 is SLOOOOOOWWWW on Windows


From: Matthias Brennwald
Subject: Re: ginput with Octave 3.2 is SLOOOOOOWWWW on Windows
Date: Thu, 18 Feb 2010 11:42:17 +0100

On Feb 18, 2010, at 11:10 AM, Tatsuro MATSUOKA wrote:

> Therefore I add sleep(0.05) in the __gnuplot_ginput__.m as
> 
> --- __gnuplot_ginput__.m.orig   2010-02-17 15:02:52 +0900
> +++ __gnuplot_ginput__.m        2010-02-18 19:08:28 +0900
> @@ -76,7 +76,7 @@
>     k = 0;
>     while (true)
>       k++;
> -
> +      sleep(0.05); # sleep a moment is required for windows
>       ## Notes: MOUSE_* can be undefined if user closes gnuplot by "q"
>       ## or Alt-F4. Further, this abrupt close also requires the leading
>       ## "\n" on the next line.
> 
> The above makes ginput respond as expected.
> 
> Regards
> 
> Tatsuro

Thanks! Can you send me your modified file(s) so that I can replace the 
original files with your modified files? I usually mess up if I try to apply 
changes as shown above...

----
Matthias Brennwald, Käferholzstrasse 173, CH-8046 Zürich, +41 44 364 17 03




reply via email to

[Prev in Thread] Current Thread [Next in Thread]