diff scripts/plot/surfnorm.m @ 14223:ba7a26030214

Use Octave spacing convention in %!test blocks of surface plot functions. * surface.m, surfc.m, surfl.m, surfnorm.m: Use Octave spacing convention in %!test blocks.
author Rik <octave@nomad.inbox5.com>
date Wed, 18 Jan 2012 21:17:14 -0800
parents 72c96de7a403
children 11949c9795a0
line wrap: on
line diff
--- a/scripts/plot/surfnorm.m
+++ b/scripts/plot/surfnorm.m
@@ -141,17 +141,18 @@
 
 endfunction
 
+
 %!demo
 %! clf
 %! colormap (jet (64))
-%! [x, y, z] = peaks(10);
+%! [x, y, z] = peaks (10);
 %! surfnorm (x, y, z);
 
 %!demo
 %! clf
-%! surfnorm (peaks(10));
+%! surfnorm (peaks (10));
 
 %!demo
 %! clf
-%! surfnorm (peaks(32));
+%! surfnorm (peaks (32));
 %! shading interp