changeset 7268:47e4ebac1bfa

[project @ 2007-12-07 17:11:28 by jwe]
author jwe
date Fri, 07 Dec 2007 17:11:28 +0000
parents 9c6e93b7a3f7
children 3fade00a6ac7
files scripts/plot/surf.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/surf.m	Fri Dec 07 17:03:48 2007 +0000
+++ b/scripts/plot/surf.m	Fri Dec 07 17:11:28 2007 +0000
@@ -39,7 +39,6 @@
     newplot ();
     tmp = surface (varargin{:});
 
-    set (tmp, "facecolor", "flat");
     if (! ishold ())
       set (h, "view", [-37.5, 30]);
     endif