diff scripts/geometry/triplot.m @ 12267:8ef6a4373310 release-3-4-x

Add undocumented function trisurf to manual.
author Rik <octave@nomad.inbox5.com>
date Thu, 27 Jan 2011 19:12:31 -0800
parents fd0a3ac60b0e
children
line wrap: on
line diff
--- a/scripts/geometry/triplot.m	Thu Jan 27 18:46:33 2011 -0500
+++ b/scripts/geometry/triplot.m	Thu Jan 27 19:12:31 2011 -0800
@@ -24,8 +24,8 @@
 ## meshing of the points @code{(@var{x}, @var{y})} which is returned from
 ## @code{delaunay}.  If given, the @var{linespec} determines the properties
 ## to use for the lines.  The output argument @var{h} is the graphic handle
-## to the plot.
-## @seealso{plot, trimesh, delaunay}
+## of the plot.
+## @seealso{plot, trimesh, trisurf, delaunay}
 ## @end deftypefn
 
 function h = triplot (tri, x, y, varargin)