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

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

[Octave-bug-tracker] [bug #43606] plotting with axis limits at 0


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #43606] plotting with axis limits at 0
Date: Tue, 17 Nov 2015 22:05:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36

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

Seems to be solved:



>> x=0:3;
>> plot(x,x.^2)
>> set(gca,'yscale','log')  % plots with ylim 0 to 10 -> ok
warning: axis: omitting non-positive data in log plot
>> ylim([-.1,10])
error: out of memory or dimension too large for Octave's index type
>> ylim([0,10])
%% no change in figure


The only problem  is the line:  "error: out of memory or dimension too large
for Octave's index type". It should give the same error as before
"omitting non-positive data in log plot"


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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