Mercurial > hg > octave-lyh
comparison scripts/sparse/gplot.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | af55e4a499e4 |
children | 994e2a93a8e2 |
comparison
equal
deleted
inserted
replaced
10792:91342260063e | 10793:be55736a0783 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} gplot (@var{a}, @var{xy}) | 20 ## @deftypefn {Function File} {} gplot (@var{a}, @var{xy}) |
21 ## @deftypefnx {Function File} {} gplot (@var{a}, @var{xy}, @var{line_style}) | 21 ## @deftypefnx {Function File} {} gplot (@var{a}, @var{xy}, @var{line_style}) |
22 ## @deftypefnx {Function File} {[@var{x}, @var{y}] =} gplot (@var{a}, @var{xy}) | 22 ## @deftypefnx {Function File} {[@var{x}, @var{y}] =} gplot (@var{a}, @var{xy}) |
23 ## Plot a graph defined by @var{A} and @var{xy} in the graph theory | 23 ## Plot a graph defined by @var{A} and @var{xy} in the graph theory |
24 ## sense. @var{A} is the adjacency matrix of the array to be plotted | 24 ## sense. @var{A} is the adjacency matrix of the array to be plotted |
25 ## and @var{xy} is an @var{n}-by-2 matrix containing the coordinates of | 25 ## and @var{xy} is an @var{n}-by-2 matrix containing the coordinates of |