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:21:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

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

                 Summary: axes "handlevisibility" not properly handled with
new children objects
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: dim. 14 juil. 2013 16:21:58 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.3
        Operating System: Any

    _______________________________________________________

Details:

When a new children is added to an axes which has its "handlevisibility"
property set to "off", a new unused axes is created on top. The following code
demonstrates this behavior :


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'))
-vertbatim-

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]