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

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

[Octave-bug-tracker] [bug #51861] loglog() does not handle multiple nega


From: Rik
Subject: [Octave-bug-tracker] [bug #51861] loglog() does not handle multiple negative data properly
Date: Sun, 27 Aug 2017 01:48:15 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #51861 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #2:

Actually, isn't this a problem with broadcasting or some such?  The code that
causes the issue has 3 x-values but only 1 y-value.  If I modify it to have an
equal number of x and y values then I get the expected error:


loglog (-1:1, [1 1 1])
warning: axis: omitting non-positive data in log plot
warning: called from
    __line__ at line 120 column 16
    line at line 56 column 8
    __plt__>__plt2vv__ at line 502 column 10
    __plt__>__plt2__ at line 248 column 14
    __plt__ at line 113 column 17
    loglog at line 60 column 10



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51861>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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