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

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

[Octave-patch-tracker] [patch #10043] [octave forge] (statistics) Add fu


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #10043] [octave forge] (statistics) Add function gscatter
Date: Sat, 13 Mar 2021 10:51:49 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #1, patch #10043 (project octave):

Thank you this contribution.

Running the demo in Octave-6.2.0, I get:

>> demo gscatter
gscatter example 1:
 load fisheriris;
 X = meas(:,3:4);
 cidcs = kmeans (X, 3, "Replicates", 5);
 gscatter (X(:,1), X(:,2), cidcs, [.75 .75 0; 0 .75 .75; .75 0 .75], "os^");
 title ("Fisher's iris data");

warning: load:
'C:\Programs\Octave\octave-6.2.0-w64-64\mingw64\share\octave\packages\statistics-1.4.2\fisheriris.mat'
found by searching load path
warning: called from
    __demo__ at line 3 column 2
    demo at line 154 column 7

warning: legend: 'best' not yet implemented for location specifier, using
'northeast' instead


The plot looks otherwise nice.

In octave-7.0.0 there's a warning that is a tad different:

gscatter example 1: failed
legend: no valid object to label


and the plot looks a bit incomplete.

Would you please look into these?

Could you please also supply a complete cset, i.e., with changes to Index.in
and NEWS? not strictly required but it makes processing patches a bit easier
here.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10043>

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




reply via email to

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