Rik | 1 Jul 2012 17:33
Picon

[bug #36679] Timing error for multiple plots

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

Follow-up Comment #8, bug #36679 (project octave):

I'm still interesting in confirming that our thinking about the problem is
correct.  Our assumption is that if the callbacks had enough time to run, then
everything would be okay.

I should have remembered that pause() ties everything up.  But what about
using a busy loop as a delay element for testing?

The following code takes about 0.9 seconds on my computer.

for i=1:1e7, endfor;

You could always use tic/toc and adjust the loop range to get a delay
appropriate for your computer.

If this delay is inserted before line 412 of print.m do the problems go away?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36679>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Gmane