bugGNU Octave - Bugs: bug #63238, output of plot function is not a...

 
 

bug #63238: output of plot function is not a obj of the handle class

Submitter:  None
Submitted:  Wed 19 Oct 2022 08:53:04 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  BD4VFD 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 19 Oct 2022 09:09:10 AM UTC, comment #1: 

This is identical to bug #63239. But the other report has an additional attachment.

Closing as duplicate.

Markus Mützel <mmuetzel>
Group administrator
Wed 19 Oct 2022 08:53:04 AM UTC, original submission:  

Hi, I just try with following test and find the output of plot function is a type as "double", shouldn't it be a object of the graphic handle, right? So could you please help to check the result?

>> x = 0:pi/20:2*pi;
>> y = sin(x);
>> h = plot(x,y); axis tight


BR.
LinWen Liu

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  •  

    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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-10-19 mmuetzel StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #63239

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code