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: Andreas Weber
Subject: [Octave-bug-tracker] [bug #41573] Reparenting axes do not cause figure to be re-drawn
Date: Thu, 31 Jul 2014 21:46:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0

Update of bug #41573 (project octave):

             Assigned to:                    None => andy1978               

    _______________________________________________________

Follow-up Comment #7:

@Pantxo: I made some bigger changes to the fltk toolkit and if I try your code
on default


figure (1); figure (2);
li = plot (1:10); ax = gca ();
set (ax, "parent", 1);


I see the plot hiding from figure 2 and appearing on figure 1 as soon as I
click on figure (1). Thank you, Andy

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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