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: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #36679] Timing error for multiple plots
Date: Tue, 19 Jun 2012 15:26:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0

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

One additional fact:  I tried replacing
the pause(6), placed immediately before
the print command, with:
drawnow();
pause(3);

For the cases that worked without the pause
the figure with all the data is shown during the
pause.  For the case that failed, only a blank
figure is shown until after the pause when
the print ...  is running.

So, it appears that drawnow() not working
and print failing to produce the correct BB
are related.


    _______________________________________________________

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]