help-octave
[Top][All Lists]
Advanced

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

RE: Plotting with 3.2.0 on Windows is SLOOOOOOWWWW


From: Matthias Brennwald
Subject: RE: Plotting with 3.2.0 on Windows is SLOOOOOOWWWW
Date: Thu, 6 Aug 2009 13:04:09 +0200

On Aug 6, 2009, at 2:28 AM, address@hidden wrote:

Hello  Matthias Brennwald

please edit by notepad++
Octave\3.2.0_gcc-4.3.0\share\octave\3.2.0\m\plot\__gnuplot_get_var__.m

*** 125,135 ****
        fflush (ostream);

       str = {};
       while (isempty (str))
         str = char (fread (istream)');
!         if (! isempty (str))
           str = regexp (str, "OCTAVE:.*", "match");
           str = str{end}(8:end);
         endif
         fclear (istream);
       endwhile

***********
         if (! isempty (str))
 |
 |
 V
         if ( isempty (str)) // do not forget delete '!'
           sleep(0.05);
         else

This made the first plot about 6 second and second plot about 2 seconds. This modification can be done easily by notepad++ and you can no longer feel angry for slooooow plots.

Great, this fixed the issue. Multiplots now work at about the same speed on Windows XP as on the Mac oder Linux.

Thanks
Matthias

----
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]