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

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

[Octave-bug-tracker] [bug #44211] Reordering axes children that have inv


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44211] Reordering axes children that have invisible handles corrupts the children list
Date: Sun, 08 Feb 2015 17:16:53 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

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

                 Summary: Reordering axes children that have invisible handles
corrupts the children list
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: dim. 08 févr. 2015 17:16:52 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

This is also true for figure/root children:


clf
ax = axes ();
pa1 = patch ("handlevisibility", "off");
pa2 = patch ("handlevisibility", "off");
set (0, "showhiddenhandles", "on")
ch = get (ax, "children");
ch(ch == pa1 | ch == pa2) = [pa1;pa2];
set (ax, "children", ch)
ch == get (ax, "children") #->mx_el_eq: nonconformant arguments (op1 is 6x1,
op2 is 12x1)


The children list is finally twice as long as initially: the new list
concatenated with the old one.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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