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

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

[Octave-bug-tracker] [bug #48616] Matlab compatibility for semilogx() an


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #48616] Matlab compatibility for semilogx() and xlim([0 uplim])
Date: Sun, 24 Jul 2016 18:22:50 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17

Follow-up Comment #2, bug #48616 (project octave):

Thew warning is coming from libinter/corefcn/graphics.cc


 6740           if (min_val <= 0 && max_val > 0)
 6741             {
 6742               warning ("axis: omitting non-positive data in log plot");
 6743               min_val = min_pos;
 6744             }


Using the default branch, I get the same result as with Matlab. For
compatibility, should this warning be removed?

Franz, can you tell us which version of Octave you are using?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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