Mercurial > hg > octave-lyh
comparison scripts/plot/plotmatrix.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 |
---|---|
47 ## | 47 ## |
48 ## The optional return value @var{h} provides handles to the individual | 48 ## The optional return value @var{h} provides handles to the individual |
49 ## graphics objects in the scatter plots, whereas @var{ax} returns the | 49 ## graphics objects in the scatter plots, whereas @var{ax} returns the |
50 ## handles to the scatter plot axis objects. @var{bigax} is a hidden | 50 ## handles to the scatter plot axis objects. @var{bigax} is a hidden |
51 ## axis object that surrounds the other axes, such that the commands | 51 ## axis object that surrounds the other axes, such that the commands |
52 ## @code{xlabel}, @code{title}, etc, will be associated with this hidden | 52 ## @code{xlabel}, @code{title}, etc., will be associated with this hidden |
53 ## axis. Finally @var{p} returns the graphics objects associated with | 53 ## axis. Finally @var{p} returns the graphics objects associated with |
54 ## the histogram and @var{pax} the corresponding axes objects. | 54 ## the histogram and @var{pax} the corresponding axes objects. |
55 ## | 55 ## |
56 ## @example | 56 ## @example |
57 ## @group | 57 ## @group |