help-octave
[Top][All Lists]
Advanced

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

Re: doubt in axis help


From: Shai Ayal
Subject: Re: doubt in axis help
Date: Sun, 17 Jul 2005 15:32:04 +0300
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

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, @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
-------------------------------------------------------------



reply via email to

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