comparison scripts/plot/xlim.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 0e231bbd78bc
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
26 ## arguments @code{xlim} returns the x-axis limits of the current plot. 26 ## arguments @code{xlim} returns the x-axis limits of the current plot.
27 ## If passed a two element vector @var{xl}, the limits of the x-axis are set 27 ## If passed a two element vector @var{xl}, the limits of the x-axis are set
28 ## to this value. 28 ## to this value.
29 ## 29 ##
30 ## The current mode for calculation of the x-axis can be returned with a 30 ## The current mode for calculation of the x-axis can be returned with a
31 ## call @code{xlim ('mode')}, and can be either 'auto' or 'manual'. The 31 ## call @code{xlim ('mode')}, and can be either 'auto' or 'manual'. The
32 ## current plotting mode can be set by passing either 'auto' or 'manual' 32 ## current plotting mode can be set by passing either 'auto' or 'manual'
33 ## as the argument. 33 ## as the argument.
34 ## 34 ##
35 ## If passed a handle as the first argument, then operate on this handle 35 ## If passed a handle as the first argument, then operate on this handle
36 ## rather than the current axes handle. 36 ## rather than the current axes handle.
37 ## @seealso{ylim, zlim, set, get, gca} 37 ## @seealso{ylim, zlim, set, get, gca}