diff scripts/plot/surf.m @ 7268:47e4ebac1bfa

[project @ 2007-12-07 17:11:28 by jwe]
author jwe
date Fri, 07 Dec 2007 17:11:28 +0000
parents 5389a52df87b
children d42d8c43d3e7
line wrap: on
line diff
--- a/scripts/plot/surf.m
+++ b/scripts/plot/surf.m
@@ -39,7 +39,6 @@
     newplot ();
     tmp = surface (varargin{:});
 
-    set (tmp, "facecolor", "flat");
     if (! ishold ())
       set (h, "view", [-37.5, 30]);
     endif