diff scripts/plot/draw/isonormals.m @ 22142:62208397b99e

Add function "smooth3" (patch #8864). * scripts/plot/draw/smooth3.m: New function. * scripts/plot/draw/module.mk: Add to build system. * __unimplemented__.m: Remove "smooth3" from list. * plot.txi: Add to documentation. * isosurface.m: Add "smooth3" to @seealso list.
author Markus Muetzel <markus.muetzel@gmx.de>
date Mon, 18 Jul 2016 19:38:27 +0200
parents ffad2baa90f7
children ba8a9d2934c7
line wrap: on
line diff
--- a/scripts/plot/draw/isonormals.m	Mon Jul 18 11:42:20 2016 -0700
+++ b/scripts/plot/draw/isonormals.m	Mon Jul 18 19:38:27 2016 +0200
@@ -92,7 +92,7 @@
 ## isofinish (p);
 ## @end smallexample
 ##
-## @seealso{isosurface, isocolors}
+## @seealso{isosurface, isocolors, smooth3}
 ## @end deftypefn
 
 ## Author: Martin Helm <martin@mhelm.de>