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: Mike Miller
Subject: [Octave-bug-tracker] [bug #43606] plotting with axis limits at 0
Date: Sat, 17 Dec 2016 20:35:10 -0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Update of bug #43606 (project octave):

                Category:   Plotting with gnuplot => Plotting with OpenGL   
                  Status:                    None => Confirmed              
                 Release:                   3.6.4 => dev                    

    _______________________________________________________

Follow-up Comment #3:

Confirmed, there is still a problem in the current development version
(4.3.0+) with the Qt toolkit running this example


>> ylim ([-.1, 10])
error: out of memory or dimension too large for Octave's index type
error: called from
    __axis_limits__ at line 56 column 11
    ylim at line 47 column 7
## This error could be improved, and the axes area has disappeared

>> ylim ([0, 10])
error: out of memory or dimension too large for Octave's index type
error: called from
    __axis_limits__ at line 56 column 11
    ylim at line 47 column 7
## Same, the axes area has disappeared, and now this message shows up whenever
the mouse enters or leaves the figure window

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


Using gnuplot, the error message is still present but the plot figure is not
affected and the area remains visible and unchanged.

    _______________________________________________________

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]