Hello I have looking into the code of gnuplot_drawnow.m of Octave 3.2.4/mingw32. The code is the same as Octave 3.2.3/mingw32.
So I have tested on gnuplot-4.4.0 downloaded on the gnuplot source source forge, for i=0:100;plot([0:i].^2);drawnow;end goes well. Perhaps the specially prepared gnuplot 4.4.0 for octave-3.2.4/mingw is origin of this problem. Regards Tatsuro --- Tatsuro MATSUOKA wrote: > Hello > > Run following script on Octave 3.2.4/mingw32 > > for i=0:100;plot([0:i].^2);drawnow;end > Graph flicks. > If you execute the above on Octave 3.2.4/mingw32 > > The flicking does not occur in octave 3.2.3/mingw32, octave-3.2.4 mingw built > myself, > octave-3.2.4 on > cygwin. > > As far as I remember, this issue is to be solved by Ben's patch on > octave-3.2.3. > 6 months ago Ben Abbott gnuplot_drawnow.m: Avoid flickering plot > windows. > http://hg.tw-math.de/release-3-2-x/rev/2a4231dbbcd1 > > Regards > > Tatsuro > > -------------------------------------- > Get the new Internet Explorer 8 optimized for Yahoo! JAPAN > http://pr.mail.yahoo.co.jp/ie8/ > -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
