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

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

[Octave-bug-tracker] [bug #41573] Reparented axes are not drawn


From: Rik
Subject: [Octave-bug-tracker] [bug #41573] Reparented axes are not drawn
Date: Thu, 13 Feb 2014 05:31:15 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #1, bug #41573 (project octave):

Are they not drawn, or simply not refreshed?

The code works for me if I explicity click in the blank canvas of the figure. 
This seems to be an issue with the OpenGL renderer not understanding that the
figure has been invalidated and needs to be refreshed.  This worked for me


figure (1);
figure (2);
hax = gca;
plot (1:10);  # just to show something
## Re-position windows so that they don't overlap and both are visible
set (hax, 'parent', 1)
## Both figure are blank now
## Click on blank canvas of figure 1, plot will be shown
set (hax, 'parent', 2)
## Both figure are blank now
## Click on blank canvas of figure 2, plot will be shown




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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