diff scripts/plot/contour3.m @ 8507:cadc73247d65

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2009 14:08:36 -0500
parents ac7f334d9652
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/contour3.m	Tue Jan 13 11:56:00 2009 -0500
+++ b/scripts/plot/contour3.m	Tue Jan 13 14:08:36 2009 -0500
@@ -34,7 +34,7 @@
 ## @group
 ## contour3 (peaks (19));
 ## hold on
-## surface (peaks (19), 'FaceColor', 'none', 'EdgeColor', 'black')
+## surface (peaks (19), "facecolor", "none", "EdgeColor", "black")
 ## colormap hot
 ## @end group
 ## @end example
@@ -76,6 +76,6 @@
 %!demo
 %! contour3 (peaks (19));
 %! hold on
-%! surface (peaks (19), 'FaceColor', 'none', 'EdgeColor', 'black')
+%! surface (peaks (19), "facecolor", "none", "edgecolor", "black")
 %! colormap hot
 %! hold off