diff scripts/plot/refreshdata.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/refreshdata.m
+++ b/scripts/plot/refreshdata.m
@@ -42,8 +42,8 @@
 ## y = sin (x);
 ## plot (x, y, "ydatasource", "y");
 ## for i = 1 : 100
-##   pause (0.1)
-##   y = sin (x + 0.1 * i);
+##   pause (0.1);
+##   y = sin (x + 0.1*i);
 ##   refreshdata ();
 ## endfor
 ## @end group