Mercurial > hg > octave-lyh
comparison scripts/plot/axis.m @ 9209:923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
spellchecked all .txi and .texi files.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 12:18:06 -0700 |
parents | a6945f92b868 |
children | be84e9654feb |
comparison
equal
deleted
inserted
replaced
9208:cb163402bf79 | 9209:923c7cb7f13f |
---|---|
21 ## @deftypefn {Function File} {} axis (@var{limits}) | 21 ## @deftypefn {Function File} {} axis (@var{limits}) |
22 ## Set axis limits for plots. | 22 ## Set axis limits for plots. |
23 ## | 23 ## |
24 ## The argument @var{limits} should be a 2, 4, or 6 element vector. The | 24 ## The argument @var{limits} should be a 2, 4, or 6 element vector. The |
25 ## first and second elements specify the lower and upper limits for the x | 25 ## first and second elements specify the lower and upper limits for the x |
26 ## axis. The third and fourth specify the limits for the y axis, and the | 26 ## axis. The third and fourth specify the limits for the y-axis, and the |
27 ## fifth and sixth specify the limits for the z axis. | 27 ## fifth and sixth specify the limits for the z-axis. |
28 ## | 28 ## |
29 ## Without any arguments, @code{axis} turns autoscaling on. | 29 ## Without any arguments, @code{axis} turns autoscaling on. |
30 ## | 30 ## |
31 ## With one output argument, @code{x = axis} returns the current axes | 31 ## With one output argument, @code{x = axis} returns the current axes |
32 ## | 32 ## |