Mercurial > hg > octave-lyh
comparison scripts/plot/gtext.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | 52d8d50e74c1 |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} gtext (@var{s}) | 20 ## @deftypefn {Function File} {} gtext (@var{s}) |
21 ## @deftypefnx {Function File} {} gtext (@dots{}, @var{prop}, @var{val}) | 21 ## @deftypefnx {Function File} {} gtext (@dots{}, @var{prop}, @var{val}) |
22 ## Place text on the current figure. The text can be defined by the | 22 ## Place text on the current figure. The text can be defined by the |
23 ## string @var{s}. If @var{s} is a cell array, each element of the cell | 23 ## string @var{s}. If @var{s} is a cell array, each element of the cell |
24 ## array is written to a separate line. | 24 ## array is written to a separate line. |
25 ## | 25 ## |
26 ## Additional arguments are passed to the underlying text object as | 26 ## Additional arguments are passed to the underlying text object as |
27 ## properties. | 27 ## properties. |
28 ## @seealso{ginput} | 28 ## @seealso{ginput} |