Mercurial > hg > octave-lyh
comparison scripts/plot/zlim.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{zlim} returns the z-axis limits of the current plot. | 26 ## arguments @code{zlim} returns the z-axis limits of the current plot. |
27 ## If passed a two element vector @var{zl}, the limits of the z-axis are set | 27 ## If passed a two element vector @var{zl}, the limits of the z-axis are set |
28 ## to this value. | 28 ## to this value. |
29 ## | 29 ## |
30 ## The current mode for calculation of the z-axis can be returned with a | 30 ## The current mode for calculation of the z-axis can be returned with a |
31 ## call @code{zlim ('mode')}, and can be either 'auto' or 'manual'. The | 31 ## call @code{zlim ('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{xlim, ylim, set, get, gca} | 37 ## @seealso{xlim, ylim, set, get, gca} |