bugGNU Octave - Bugs: bug #55308, Unexpected invalid...

 
 

bug #55308: Unexpected invalid "xlim" error when parenting a graphics object to an hggroup

Submitter:  Rik <rik5>
Submitted:  Thu 27 Dec 2018 11:47:50 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Fixed Assigned to:  rik5
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 28 Dec 2018 07:36:07 PM UTC, comment #1: 
Rik <rik5>
Group administrator
Thu 27 Dec 2018 11:47:50 PM UTC, original submission:  

The attached test script produces an error when run.


clf
hg = hggroup;
axis ([-2, 2, -2, 2]);
hl = line ([0;1], [0;0], "color", "r");
set (hl, "parent", hg);


I've figured out the problem and will post something later when I have a bug number.

Rik <rik5>
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 (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
    2018-12-28 rik5 StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code