bugGNU Octave - Bugs: bug #44211, Reordering axes children that have...

 
 

bug #44211: Reordering axes children that have invisible handles corrupts the children list

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Sun 08 Feb 2015 05:16:52 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 08 Feb 2015 05:47:17 PM UTC, comment #1: 

Fixed with this chageset: http://hg.savannah.gnu.org/hgweb/octave/rev/c17e1cefdbd3

Closing bug report.

Pantxo Diribarne <pantxo>
Group Member
Sun 08 Feb 2015 05:16:52 PM UTC, original submission:  

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.


Pantxo Diribarne <pantxo>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-02-08 pantxo StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code