diff scripts/plot/draw/peaks.m @ 19596:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents d59d052c9858 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/plot/draw/peaks.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/plot/draw/peaks.m	Tue Jan 20 10:24:46 2015 -0500
@@ -39,7 +39,7 @@
 ##
 ## Called without a return argument, @code{peaks} plots the surface of the
 ## above function using @code{surf}.
-## 
+##
 ## If @var{n} is a scalar, @code{peaks} plots the value of the above
 ## function on an @var{n}-by-@var{n} mesh over the range [-3,3].  The
 ## default value for @var{n} is 49.
@@ -51,7 +51,7 @@
 ## When called with output arguments, return the data for the function
 ## evaluated over the meshgrid.  This can subsequently be plotted with
 ## @code{surf (@var{x}, @var{y}, @var{z})}.
-## 
+##
 ## @seealso{sombrero, meshgrid, mesh, surf}
 ## @end deftypefn