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

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

[Octave-bug-tracker] [bug #39767] initial axes are not ordered properly


From: Rik
Subject: [Octave-bug-tracker] [bug #39767] initial axes are not ordered properly
Date: Tue, 13 Aug 2013 18:19:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

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

I think the assert statement is wrong.


assert (positions(1,2) > positions(2,2))


The first axes in the list is positioned towards the bottom of the canvas. 
Therefore, it's Y value should be smaller, not larger, than the second axes. 
If I flip the comparison around


assert (positions(1,2) < positions(2,2))


then the test passes on the first time and now fails repeatably every time
after that.  There is still a problem in that axes are ordered incorrectly on
all subsequent tests.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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