diff scripts/plot/mesh.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 1f9ab076f5f7
line wrap: on
line diff
--- a/scripts/plot/mesh.m
+++ b/scripts/plot/mesh.m
@@ -38,7 +38,7 @@
 
   ax = get (tmp, "parent");
 
-  set (tmp, "facecolor", "none");
+  set (tmp, "facecolor", "w");
   set (tmp, "edgecolor", "flat");
 
   if (! ishold ())