diff scripts/plot/plot3.m @ 14335:ce2b59a6d0e5

maint: periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Sun, 05 Feb 2012 15:32:24 -0800
parents 4506eade9f04 4d917a6a858b
children f3d52523cde1
line wrap: on
line diff
--- a/scripts/plot/plot3.m	Sun Feb 05 15:41:42 2012 -0500
+++ b/scripts/plot/plot3.m	Sun Feb 05 15:32:24 2012 -0800
@@ -74,9 +74,9 @@
 ##
 ## @example
 ## @group
-##    z = [0:0.05:5];
-##    plot3 (cos(2*pi*z), sin(2*pi*z), z, ";helix;");
-##    plot3 (z, exp(2i*pi*z), ";complex sinusoid;");
+## z = [0:0.05:5];
+## plot3 (cos (2*pi*z), sin (2*pi*z), z, ";helix;");
+## plot3 (z, exp (2i*pi*z), ";complex sinusoid;");
 ## @end group
 ## @end example
 ## @seealso{plot, xlabel, ylabel, zlabel, title, print}