diff scripts/plot/surface.m @ 7284:a239de118fa6

[project @ 2007-12-10 23:27:18 by jwe]
author jwe
date Mon, 10 Dec 2007 23:27:18 +0000
parents 0c733917b6c8
children 5e90111a28b3
line wrap: on
line diff
--- a/scripts/plot/surface.m
+++ b/scripts/plot/surface.m
@@ -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{:});
+			"facecolor", "flat", other_args{:});
 
     if (! ishold ())
       set (ax, "view", [0, 90], "box", "off", "xgrid", "on",