octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36679] Timing error for multiple plots


From: Rik
Subject: [Octave-bug-tracker] [bug #36679] Timing error for multiple plots
Date: Fri, 29 Jun 2012 18:31:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1

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

Following your logic, I wonder if the most of the calls which alter figure
attributes return before the effects of those changes have been propagated.

It makes some sense.  Changing the figure position property properly causes
some listeners to fire.  If the print script continues before the listeners
have had a chance to execute themselves then you might have results which are
out of sync with what should be appearing on the screen.

Just for the sake of testing, you might want to add a pause() statement just
before the actual call to print the figure which is at line 412 of print.m.

If a delay works there, then we can think of how to approach this.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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