Mercurial > hg > octave-max
comparison scripts/plot/ylim.m @ 11189:a3cb42b394eb
Fix typos in docstring and demo string.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 03 Nov 2010 17:28:05 -0700 |
parents | 39ae406df598 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11188:4cb1522e4d0f | 11189:a3cb42b394eb |
---|---|
30 ## The current mode for calculation of the y-axis can be returned with a | 30 ## The current mode for calculation of the y-axis can be returned with a |
31 ## call @code{ylim ('mode')}, and can be either 'auto' or 'manual'. The | 31 ## call @code{ylim ('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 an 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, zlim, set, get, gca} | 37 ## @seealso{xlim, zlim, set, get, gca} |
38 ## @end deftypefn | 38 ## @end deftypefn |
39 | 39 |
40 function retval = ylim (varargin) | 40 function retval = ylim (varargin) |