Mercurial > hg > octave-lyh
comparison scripts/plot/zlim.m @ 7666:693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
author | sh@sh-laptop |
---|---|
date | Fri, 28 Mar 2008 13:09:35 -0400 |
parents | a730e47fda4d |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
7665:aead4b9d026b | 7666:693ac94c2854 |
---|---|
21 ## @deftypefnx {Function File} {} zlim (@var{xl}) | 21 ## @deftypefnx {Function File} {} zlim (@var{xl}) |
22 ## @deftypefnx {Function File} {@var{m} =} zlim ('mode') | 22 ## @deftypefnx {Function File} {@var{m} =} zlim ('mode') |
23 ## @deftypefnx {Function File} {} zlim (@var{m}) | 23 ## @deftypefnx {Function File} {} zlim (@var{m}) |
24 ## @deftypefnx {Function File} {} zlim (@var{h}, @dots{}) | 24 ## @deftypefnx {Function File} {} zlim (@var{h}, @dots{}) |
25 ## Get or set the limits of the z axis of the current plot. Called without | 25 ## Get or set the limits of the z axis of the current plot. Called without |
26 ## argumenst @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{xl}, the limits of the z axis are set | 27 ## If passed a two element vector @var{xl}, 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 |