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

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

[Octave-bug-tracker] [bug #61744] dendrogram demonstration #5 incorrect


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #61744] dendrogram demonstration #5 incorrect result
Date: Wed, 29 Dec 2021 13:38:24 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0

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

                 Summary: dendrogram demonstration #5 incorrect result
                 Project: GNU Octave
            Submitted by: lt1234
            Submitted on: Wed 29 Dec 2021 06:38:22 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: lt1234
        Originator Email: 
             Open/Closed: Open
                 Release: 6.3.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hi, 

The demonstration #5 on the link below  did not work for me. 
https://octave.sourceforge.io/statistics/function/dendrogram.html

I copied commands from the page above and pasted  to the command window and
got the figure in the attached file, which is different from what is shown in
the document page.  The orientation and label arguments had no effects.  

Thanks,  

X = randn (8, 2);
D = pdist (X);
 L = ["Snow White"; "Doc"; "Grumpy"; "Happy"; "Sleepy"; "Bashful"; ...
      "Sneezy"; "Dopey"];
 y = linkage (D, "average");
 dendrogram (y, "Orientation", "left", "Labels", L);





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 29 Dec 2021 06:38:22 PM UTC  Name: octave_dem_example_5.JPG  Size:
38KiB   By: lt1234

<http://savannah.gnu.org/bugs/download.php?file_id=52586>
-------------------------------------------------------
Date: Wed 29 Dec 2021 06:38:22 PM UTC  Name:
octave_dem_example_5_octave_window.JPG  Size: 24KiB   By: lt1234

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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