Mercurial > hg > octave-lyh
comparison scripts/plot/xlim.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 | dbd0c77e575e |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9208:cb163402bf79 | 9209:923c7cb7f13f |
---|---|
20 ## @deftypefn {Function File} {@var{xl} =} xlim () | 20 ## @deftypefn {Function File} {@var{xl} =} xlim () |
21 ## @deftypefnx {Function File} {} xlim (@var{xl}) | 21 ## @deftypefnx {Function File} {} xlim (@var{xl}) |
22 ## @deftypefnx {Function File} {@var{m} =} xlim ('mode') | 22 ## @deftypefnx {Function File} {@var{m} =} xlim ('mode') |
23 ## @deftypefnx {Function File} {} xlim (@var{m}) | 23 ## @deftypefnx {Function File} {} xlim (@var{m}) |
24 ## @deftypefnx {Function File} {} xlim (@var{h}, @dots{}) | 24 ## @deftypefnx {Function File} {} xlim (@var{h}, @dots{}) |
25 ## Get or set the limits of the x axis of the current plot. Called without | 25 ## Get or set the limits of the x-axis of the current plot. Called without |
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 an handle as the first argument, then operate on this handle | 35 ## If passed an handle as the first argument, then operate on this handle |