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: Matthias Jüschke
Subject: [Octave-bug-tracker] [bug #43606] plotting with axis limits at 0
Date: Fri, 14 Nov 2014 12:29:21 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0

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]




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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