Mercurial > hg > octave-lyh
comparison scripts/plot/xlim.m @ 14171:2ced2f59f523 stable
doc: miscellaneous documentation improvements
* aspell-octave.en.pws: Add new words to spelling dictionary.
* expr.txi: Use hyphens in "element-by-element" construction.
* install.txi: Miscellaneous docstring improvements.
* mk_undocumented_list: Update script.
* xlim.m: Add ylim and zlim to function index.
* data.cc: Add inf and nan to to function index.
* file-io.cc: Add octave_tmp_file_name to function index.
Expand docstring for SEEK_CUR and SEEK_END.
* help.cc: Miscellaneous docstring improvements.
* syscalls.cc: Improve docstrings for F_XXXX series of functions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 08 Jan 2012 13:39:44 -0800 |
parents | 72c96de7a403 |
children | 11949c9795a0 |
comparison
equal
deleted
inserted
replaced
14170:2ff75e38c299 | 14171:2ced2f59f523 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @c List other forms of function in documentation index | |
21 ## @findex ylim | |
22 ## @findex zlim | |
23 ## | |
20 ## @deftypefn {Function File} {@var{xl} =} xlim () | 24 ## @deftypefn {Function File} {@var{xl} =} xlim () |
21 ## @deftypefnx {Function File} {} xlim (@var{xl}) | 25 ## @deftypefnx {Function File} {} xlim (@var{xl}) |
22 ## @deftypefnx {Function File} {@var{m} =} xlim ('mode') | 26 ## @deftypefnx {Function File} {@var{m} =} xlim ('mode') |
23 ## @deftypefnx {Function File} {} xlim (@var{m}) | 27 ## @deftypefnx {Function File} {} xlim (@var{m}) |
24 ## @deftypefnx {Function File} {} xlim (@var{h}, @dots{}) | 28 ## @deftypefnx {Function File} {} xlim (@var{h}, @dots{}) |