Mercurial > hg > octave-nkf
diff scripts/sparse/treeplot.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 | 95c3e38098bf |
line wrap: on
line diff
--- a/scripts/sparse/treeplot.m +++ b/scripts/sparse/treeplot.m @@ -19,9 +19,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} treeplot (@var{tree}) ## @deftypefnx {Function File} {} treeplot (@var{tree}, @var{line_style}, @var{edge_style}) -## Produces a graph of tree or forest. The first argument is vector of +## Produces a graph of tree or forest. The first argument is vector of ## predecessors, optional parameters @var{line_style} and @var{edge_style} -## define the output style. The complexity of the algorithm is O(n) in +## define the output style. The complexity of the algorithm is O(n) in ## terms of is time and memory requirements. ## @seealso{etreeplot, gplot} ## @end deftypefn