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.