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

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

[Octave-bug-tracker] [bug #39483] axes "handlevisibility" not properly h


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #39483] axes "handlevisibility" not properly handled with new children objects
Date: Sun, 14 Jul 2013 16:24:58 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

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

Sorry, a typo in verbatim ... the end of the report :


fig = figure (2345); clf
ax = axes ('parent', fig, 'handlevisibility', 'off');
ch = line ('parent', ax);
disp (sprintf ('Figure children list should be empty, result: '))
disp (get (fig, 'children'))


I tested with other types of objects (hggroup, image, text) and the result is
the same. Tested in dev and 3.6.3 octave versions

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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