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: Moritz Berg
Subject: [Octave-bug-tracker] [bug #32701] Incorrect plot - missing row
Date: Tue, 08 Mar 2011 17:32:46 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6

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


axis auto
x_limits =   10   30
y_limits =   7.1000   7.5000
z_limits =    0   20

axis tight
x_limits =   10   30
y_limits =   7.1000   7.5000
z_limits =    0   15

with

axis([10,30,  7.1,7.5,   0,15])

or

axis([10,30,  7.1,7.5,   0,20])

the plot is correct 
only axis auto swallows the first row.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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