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

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

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


From: Doug Stewart
Subject: Re: [Octave-bug-tracker] [bug #43606] plotting with axis limits at 0
Date: Fri, 14 Nov 2014 08:23:43 -0500



On Fri, Nov 14, 2014 at 7:29 AM, Matthias Jüschke <address@hidden> wrote:
Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only notification stream.  Info posted to this mailing list address won't appear in the tracker database where it is most useful.

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

                 Summary: plotting with axis limits at 0
                 Project: GNU Octave
            Submitted by: maju
            Submitted on: Fr 14 Nov 2014 12:29:20 GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Maju
        Originator Email:
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:


x=0:3;
plot(x,x.^2)
set(gca,'yscale','log')  % plots with ylim 1 to 10 -> ok
ylim([-.1,10])

error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt
gave an error, plot does not change -> ok

ylim([0,10])

plot disappears, the figure window gets empty, the cursor position is
[nan,nan]


 My guess is that it is trying to take the log -.1

try ylim(.1,10) and see  what the plot looks like. 

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/





--
DASCertificate for 206392


reply via email to

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