diff scripts/plot/meshc.m @ 7149:5c121a8b40b5

[project @ 2007-11-09 18:15:39 by jwe]
author jwe
date Fri, 09 Nov 2007 18:15:40 +0000
parents c7e5e638a8d0
children 9f38c6293317
line wrap: on
line diff
--- a/scripts/plot/meshc.m
+++ b/scripts/plot/meshc.m
@@ -35,7 +35,7 @@
 
   ax = get (tmp, "parent");
 
-  set (tmp, "facecolor", "none");
+  set (tmp, "facecolor", "w");
   set (tmp, "edgecolor", "flat");
 
   if (! ishold ())