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

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

[Octave-patch-tracker] [patch #9985] [octave forge] (statistics) Add fun


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

Follow-up Comment #13, patch #9985 (project octave):

With all 4 demos of confusionchart I get these warnings on Windows
(Octave-7.0.0 fixed for bug #60143):

confusionchart example 4: "Confusion chart in a uipanel"
 h = uipanel ();
 Yt = {'Positive', 'Positive', 'Positive', 'Negative', 'Negative' };
 Yp = {'Positive', 'Positive', 'Negative', 'Negative', 'Negative' };
 cm = confusionchart ( h, Yt, Yp );

ans = Confusion chart in a uipanel
warning: multi-row character matrix converted to a string, only the first row
is used
warning: called from
    __plt_get_axis_arg__ at line 52 column 12
    text at line 93 column 27
    draw at line 762 column 10
    ConfusionMatrixChart at line 104 column 7
    confusionchart at line 152 column 6
    __demo__ at line 6 column 5
    demo at line 154 column 7

warning: multi-row character matrix converted to a string, only the first row
is used
warning: called from
    __plt_get_axis_arg__ at line 52 column 12
    text at line 93 column 27
    draw at line 796 column 10
    ConfusionMatrixChart at line 104 column 7
    confusionchart at line 152 column 6
    __demo__ at line 6 column 5
    demo at line 154 column 7

warning: multi-row character matrix converted to a string, only the first row
is used
warning: called from
    __plt_get_axis_arg__ at line 52 column 12
    text at line 93 column 27
    draw at line 820 column 10
    ConfusionMatrixChart at line 104 column 7
    confusionchart at line 152 column 6
    __demo__ at line 6 column 5
    demo at line 154 column 7



Just hold on, I'll investigate first.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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