diff scripts/plot/surface.m @ 7293:d45fc511fc5d

[project @ 2007-12-11 18:23:06 by jwe]
author jwe
date Tue, 11 Dec 2007 18:23:07 +0000
parents 5e90111a28b3
children d42d8c43d3e7
line wrap: on
line diff
--- a/scripts/plot/surface.m	Tue Dec 11 18:15:06 2007 +0000
+++ b/scripts/plot/surface.m	Tue Dec 11 18:23:07 2007 +0000
@@ -148,7 +148,7 @@
       other_args = varargin(firststring:end);
     endif
     h = __go_surface__ (ax, "xdata", x, "ydata", y, "zdata", z, "cdata", c,
-			"facecolor", "flat", other_args{:});
+			other_args{:});
 
     if (! ishold ())
       set (ax, "view", [0, 90], "box", "off", "xgrid", "on",