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: Fri, 11 Mar 2011 08:43:18 +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 #13, bug #32701 (project octave):

Dear Ben,

your patch works for me (I get 7.0 and 7.5 from get(gca,"ylim")). I would
change the last part of your patch into


tmp_lims(0) = std::min (lo, tick_sep * i1);
tmp_lims(1) = std::max (hi, tick_sep * i2);


which gives me the same result, should work in general and does not introduces
spurious DBL_EPSILON.

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]