From help-request at octave dot org Sun Jul 17 07:27:32 2005 Subject: Re: doubt in axis help From: Shai Ayal To: Jorge Barros de Abreu Cc: help at octave dot org Date: Sun, 17 Jul 2005 15:32:04 +0300 auto scaling means the the graphics application (e.g. gnuplot) will determine the axis limits so that you can see all of the data as opposed to manual scaling where the user selects the axis limits, and which might not show all the data example plot(1:10) axis([5,6,5,6]) will show only 2 points of data out of the 10 points. Shai Jorge Barros de Abreu wrote: > Hi. > In "axis" there is: > > Without any arguments, at code{axis} turns autoscaling on. > > > What is "autoscalling"? > > Thanks > > > > ------------------------------------------------------------- > Octave is freely available under the terms of the GNU GPL. > > Octave's home on the web: http://www.octave.org > How to fund new projects: http://www.octave.org/funding.html > Subscription information: http://www.octave.org/archive.html > ------------------------------------------------------------- > > ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------