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: Mon, 25 Jul 2016 01:07:26 +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 #5, bug #48616 (project octave):

I've tried both the default branch and the stable branch. In each case, the
script (test_log.m which is attached) produces the output below. 


>> graphics_toolkit qt
>> test_lot
error: 'test_lot' undefined near line 1 column 1
>> test_log
warning: axis: omitting non-positive data in log plot
warning: called from
    test_log at line 8 column 1
warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot
ans =

    0    1    2    3    4    5    6    7    8    9   10
    0    1    2    3    4    5    6    7    8    9   10
    0    1    2    3    4    5    6    7    8    9   10
    0    1    2    3    4    5    6    7    8    9   10

ans =

    0    1    2    3    4    5    6    7    8    9   10
    0    1    2    3    4    5    6    7    8    9   10
    0    1    2    3    4    5    6    7    8    9   10
    0    1    2    3    4    5    6    7    8    9   10

warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot
warning: axis: omitting non-positive data in log plot


I do not see the warning from libinterp/corefcn/gl-render.cc.


"opengl_renderer: data values greater than float capacity.  (1) Scale data, or
(2) Use gnuplot"


I've attached a png of the figure I get using the qt graphics toolkit.

@Franz, when you see the warning from gl-render.cc are you using the fltk, or
qt graphics toolkit? You can check by entering "graphics_toolkit" at Octave's
prompt (I don't encounter the error from gl-render.cc for fltk either).



(file #38015, file #38016)
    _______________________________________________________

Additional Item Attachment:

File name: test_log.m                     Size:0 KB
File name: octave_qt.png                  Size:44 KB


    _______________________________________________________

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]