octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63239] output of plot function is not a obj o


From: anonymous
Subject: [Octave-bug-tracker] [bug #63239] output of plot function is not a obj of the handle class
Date: Wed, 19 Oct 2022 04:55:17 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63239>

                 Summary: output of plot function is not a obj of the handle
class
                 Project: GNU Octave
               Submitter: None
               Submitted: Wed 19 Oct 2022 08:55:14 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: BD4VFD
        Originator Email: ntkylin@163.com
             Open/Closed: Open
                 Release: 7.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 19 Oct 2022 08:55:14 AM UTC By: Anonymous
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






    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Wed 19 Oct 2022 08:55:14 AM UTC  Name: 20221019164630.png  Size: 91KiB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=53882>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63239>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]