Mercurial > hg > octave-lyh
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 +++ b/scripts/plot/contour3.m @@ -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