changeset 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 fb902b3b2a5d
files scripts/ChangeLog scripts/plot/surface.m
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Dec 11 18:15:06 2007 +0000
+++ b/scripts/ChangeLog	Tue Dec 11 18:23:07 2007 +0000
@@ -1,5 +1,8 @@
 2007-12-11  John W. Eaton  <jwe@octave.org>
 
+	* plot/surface.m: Don't set facecolor property in call to
+	__go_surface__.
+
 	* plot/__plt2vs__.m, plot/__plt2sv__.m: New functions.
 	* plot/__plt2__.m: Handle scalar-vector and vector-scalar cases.
 
--- 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",