Mercurial > hg > octave-lyh
comparison scripts/geometry/triplot.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 | 95c3e38098bf |
children | fd0a3ac60b0e |
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} {} triplot (@var{tri}, @var{x}, @var{y}) | 20 ## @deftypefn {Function File} {} triplot (@var{tri}, @var{x}, @var{y}) |
21 ## @deftypefnx {Function File} {} triplot (@var{tri}, @var{x}, @var{y}, @var{linespec}) | 21 ## @deftypefnx {Function File} {} triplot (@var{tri}, @var{x}, @var{y}, @var{linespec}) |
22 ## @deftypefnx {Function File} {@var{h} =} triplot (@dots{}) | 22 ## @deftypefnx {Function File} {@var{h} =} triplot (@dots{}) |
23 ## Plot a triangular mesh in 2D. The variable @var{tri} is the triangular | 23 ## Plot a triangular mesh in 2D@. The variable @var{tri} is the triangular |
24 ## meshing of the points @code{(@var{x}, @var{y})} which is returned from | 24 ## meshing of the points @code{(@var{x}, @var{y})} which is returned from |
25 ## @code{delaunay}. If given, the @var{linespec} determines the properties | 25 ## @code{delaunay}. If given, the @var{linespec} determines the properties |
26 ## to use for the lines. The output argument @var{h} is the graphic handle | 26 ## to use for the lines. The output argument @var{h} is the graphic handle |
27 ## to the plot. | 27 ## to the plot. |
28 ## @seealso{plot, trimesh, delaunay} | 28 ## @seealso{plot, trimesh, delaunay} |