changeset 5390:e81543fdbe01

[project @ 2005-06-15 03:49:23 by jwe]
author jwe
date Wed, 15 Jun 2005 03:49:23 +0000
parents 25c8956d2204
children a495ec7ee3d3
files scripts/plot/contour.m scripts/plot/mesh.m scripts/plot/meshgrid.m
diffstat 3 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/contour.m
+++ b/scripts/plot/contour.m
@@ -25,8 +25,7 @@
 ## before this will be very useful.
 ## @end deftypefn
 ##
-## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
-## bar, stairs, replot, xlabel, ylabel, and title}
+## @seealso{plot, mesh, meshgrid}
 
 ## Author: jwe
 
--- a/scripts/plot/mesh.m
+++ b/scripts/plot/mesh.m
@@ -27,8 +27,7 @@
 ## to different @var{y} values.
 ## @end deftypefn
 ##
-## @seealso{plot, semilogx, semilogy, loglog, polar, meshgrid, meshdom,
-## contour, bar, stairs, replot, xlabel, ylabel, and title}
+## @seealso{meshgrid, contour}
 
 ## Author: jwe
 
--- a/scripts/plot/meshgrid.m
+++ b/scripts/plot/meshgrid.m
@@ -30,8 +30,7 @@
 ## then it is assumed to be the same as @var{x}.
 ## @end deftypefn
 ##
-## @seealso{sombrero, plot, semilogx, semilogy, loglog, polar, mesh,
-## meshdom, contour, bar, stairs, replot, xlabel, ylabel, and title}
+## @seealso{mesh, contour}
 
 ## Author: jwe