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

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

[Octave-bug-tracker] [bug #35034] Plotting: axis returns wrong value, ax


From: Lukas Reichlin
Subject: [Octave-bug-tracker] [bug #35034] Plotting: axis returns wrong value, axis ('tight') not working properly
Date: Sun, 11 Dec 2011 21:24:09 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7

Follow-up Comment #4, bug #35034 (project octave):

Test case for "ylim":


plot (11:20, [21:25, -Inf, 27:30])
a = ylim
axis ('tight')
b = ylim


Matlab R2011b

>> plot (11:20, [21:25, -Inf, 27:30])
a = ylim
axis ('tight')
b = ylim

a =

    21    30


b =

    21    30

>> 


Octave 3.4.3

octave:1> plot (11:20, [21:25, -Inf, 27:30])
octave:2> a = ylim
a =

   20   30

octave:3> axis ('tight')
octave:4> b = ylim
b =

  -Inf    30

octave:5> 


The screenshots look exactly like the ones I posted before

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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