Mercurial > hg > octave-lyh
comparison scripts/sparse/spy.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | eb63fbe60fab |
children | 600bdfb08540 |
comparison
equal
deleted
inserted
replaced
9044:656ad518f385 | 9051:1bf0ce0930be |
---|---|
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} spy (@var{x}) | 21 ## @deftypefn {Function File} {} spy (@var{x}) |
22 ## @deftypefnx {Function File} {} spy (@dots{}, @var{markersize}) | 22 ## @deftypefnx {Function File} {} spy (@dots{}, @var{markersize}) |
23 ## @deftypefnx {Function File} {} spy (@dots{}, @var{line_spec}) | 23 ## @deftypefnx {Function File} {} spy (@dots{}, @var{line_spec}) |
24 ## Plot the sparsity pattern of the sparse matrix @var{x}. If the argument | 24 ## Plot the sparsity pattern of the sparse matrix @var{x}. If the argument |
25 ## @var{markersize} is given as an scalar value, it is used to determine the | 25 ## @var{markersize} is given as an scalar value, it is used to determine the |
26 ## point size in the plot. If the string @var{line_spec} is given it is | 26 ## point size in the plot. If the string @var{line_spec} is given it is |
27 ## passed to @code{plot} and determines the appearance of the plot. | 27 ## passed to @code{plot} and determines the appearance of the plot. |
28 ## @seealso{plot} | 28 ## @seealso{plot} |
29 ## @end deftypefn | 29 ## @end deftypefn |
30 | 30 |
31 function spy (x, varargin) | 31 function spy (x, varargin) |