# HG changeset patch # User jwe # Date 1197397387 0 # Node ID d45fc511fc5d9e5a9a0721169224ff6dbdfb83dc # Parent 5e90111a28b35cc36564a49a609664e14409fffe [project @ 2007-12-11 18:23:06 by jwe] diff -r 5e90111a28b3 -r d45fc511fc5d scripts/ChangeLog --- 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 + * 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. diff -r 5e90111a28b3 -r d45fc511fc5d scripts/plot/surface.m --- 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",