bugGNU Octave - Bugs: bug #62856, h=rectangle() does not return...

 
 

bug #62856: h=rectangle() does not return handle

Submitter:  None
Submitted:  Wed 03 Aug 2022 09:16:52 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Vasily Apostolakis Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 7.2.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 03 Aug 2022 10:24:59 AM UTC, comment #1: 

Handles in Octave are represented by double values.
To get or set properties of the corresponding graphics objects, use the `get` or `set` functions. E.g., `get(h, 'Type')`.

Closing as invalid.

Markus Mützel <mmuetzel>
Group administrator
Wed 03 Aug 2022 09:16:52 AM UTC, original submission:  

When running this line (expecting h to be a handle to the rectangle):


h = rectangle ("Position", [0.05, 0.05, 0.9, 0.4], "Curvature", 1.0)


h is assigned to a double. This is the output:


h = -4.6348


Note: The rectangle is created and displayed properly.

Anonymous

 

(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 mmuetzel (Posted a comment)
  • -email is unavailable- added by None (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
    2022-08-03 mmuetzel StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code