bugGNU Octave - Bugs: bug #50209, axes children should not include...

 
 

bug #50209: axes children should not include title and {x,y,z}label text objects

Submitter:  John W. Eaton <jwe>
Submitted:  Thu 02 Feb 2017 03:29:30 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 03 Feb 2017 03:43:25 PM UTC, comment #1: 

Confirmed that this is a difference with Matlab.  This is likely to be an involved fix because many parts of the Octave graphics code probably rely on the existing behavior.

Rik <rik5>
Group administrator
Thu 02 Feb 2017 03:29:30 PM UTC, original submission:  

As noted in bug #50189, Octave returns an array of 4 handles for the following but Matlab returns none.


close all
allchild (gca)


In Octave, the 4 handles are for the title and {x,y,z}label text objects.

Even of those objects have the parent property set to the corresponding axes, they don't appear to be included in the child list for the axes object.


John W. Eaton <jwe>
Group administrator

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by jwe (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
    2017-02-03 rik5 StatusNone Confirmed
        Summarydifference in axes children axes children should not include title and {x,y,z}label text objects

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code