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

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

[Octave-bug-tracker] [bug #44781] Qt (but not FLTK) figure draws empty a


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44781] Qt (but not FLTK) figure draws empty axes before doing the actual plot
Date: Wed, 08 Apr 2015 22:30:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #3, bug #44781 (project octave):

I understand the timing/asynchronous issue, however some trial and error
doesn't agree with the update during long draws.  That is, I've run
plot([1:5000000]) several times, changing window size while the draw is taking
place and don't see any sort of refresh until the whole plot is complete. 
Granted, the plot will have the wrong size because of the slow draw, and then
refresh again very slowly.  It could be that both constructing the plot and
repainting it are very slow.

Is this signal/slot the one that controls this?

  connect (this, SIGNAL (asyncUpdate (void)),
           this, SLOT (updateContainer (void)));

It looks like asyncUpdate isn't emitted anywhere anymore.  No harm of course,
just extraneous.

Could someone point to where the core code is issuing the primitives to draw
on the Qt canvas?  The code in the libgui/graphics is easily searchable, but
the core isn't so searchable.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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