diff scripts/plot/clabel.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 c4fa5e0b6193 4d917a6a858b
children 5d3a684236b0
line wrap: on
line diff
--- a/scripts/plot/clabel.m	Sun Feb 05 15:41:42 2012 -0500
+++ b/scripts/plot/clabel.m	Sun Feb 05 15:32:24 2012 -0800
@@ -48,8 +48,8 @@
 ##
 ## @example
 ## @group
-## [c, h] = contour (peaks(), -4 : 6);
-## clabel (c, h, -4 : 2 : 6, 'fontsize', 12);
+## [c, h] = contour (peaks (), -4 : 6);
+## clabel (c, h, -4:2:6, "fontsize", 12);
 ## @end group
 ## @end example
 ##