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

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

[Octave-bug-tracker] [bug #32701] Incorrect plot - missing row


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #32701] Incorrect plot - missing row
Date: Wed, 09 Mar 2011 11:17:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

Follow-up Comment #6, bug #32701 (project octave):

Hi. 

I have the same behaviour of Moritz (linux x86 octave 3.4.0). I observed the
following:


axis auto
y_limits = get(gca,"ylim");
y_limits(1)<=y(1)
ans = 0
axis tight
y_limits = get(gca,"ylim");
y_limits(1) <= y(1)
ans = 1


that is y_limits(1) > y(1) (due to floating point) with axis auto.

Marco

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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