Mercurial > hg > octave-lyh
comparison scripts/plot/gtext.m @ 15072:20cac6006005
* gtext.m: Fix typo in previous change.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 01 Aug 2012 10:39:26 -0400 |
parents | 1feefc5e5630 |
children | eaab03308c0b |
comparison
equal
deleted
inserted
replaced
15071:c53c28c7c811 | 15072:20cac6006005 |
---|---|
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} gtext (@var{s}) | 20 ## @deftypefn {Function File} {} gtext (@var{s}) |
21 ## @deftypefnx {Function File} {} gtext (@{@var{s1}, @var{s2}, @dots{}@}) | 21 ## @deftypefnx {Function File} {} gtext (@{@var{s1}, @var{s2}, @dots{}@}) |
22 ## @deftypefnx {Function File} {} gtext (@{@var{s1}; @var{s2}; @dots{}@}) | 22 ## @deftypefnx {Function File} {} gtext (@{@var{s1}; @var{s2}; @dots{}@}) |
23 ## @deftypefnx {Function File} {} gtext (@dots{}, @var{prop}, @var{val}) | 23 ## @deftypefnx {Function File} {} gtext (@dots{}, @var{prop}, @var{val}) |
24 ## @deftypefnx {Function File} {@var{h) =} gtext (@dots{}) | 24 ## @deftypefnx {Function File} {@var{h} =} gtext (@dots{}) |
25 ## Place text on the current figure using the mouse. The text is defined | 25 ## Place text on the current figure using the mouse. The text is defined |
26 ## by the string @var{s}. If @var{s} is a cell string organized as a row | 26 ## by the string @var{s}. If @var{s} is a cell string organized as a row |
27 ## vector then each string of the cell array is written to a separate line. | 27 ## vector then each string of the cell array is written to a separate line. |
28 ## If @var{s} is organized as a column vector then one string element of the | 28 ## If @var{s} is organized as a column vector then one string element of the |
29 ## cell array is placed for every mouse click. Additional inputs besides a | 29 ## cell array is placed for every mouse click. Additional inputs besides a |