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

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

[Octave-bug-tracker] [bug #41573] Reparenting axes do not cause figure t


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #41573] Reparenting axes do not cause figure to be re-drawn
Date: Sun, 16 Feb 2014 10:32:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

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

Neither drawnow, nor __fltk_redaw__ have an effect:


figure (1); figure (2);
li = plot (1:10); ax = gca ();
set (ax, "parent", 1);
figure (1) 
redraw                 ## no apparent difference
__fltk_redraw__ ()     ## here neither


Only clicking on the figure (1) canvas as an effect.   

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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