diff scripts/plot/pcolor.m @ 7271:c18512d0ddb6

[project @ 2007-12-10 06:52:51 by jwe]
author jwe
date Mon, 10 Dec 2007 06:52:51 +0000
parents c7e5e638a8d0
children e70789e0cd92
line wrap: on
line diff
--- a/scripts/plot/pcolor.m
+++ b/scripts/plot/pcolor.m
@@ -50,6 +50,7 @@
   ax = get (tmp, "parent");
 
   set (tmp, "facecolor", "flat");
+  set (ax, "box", "on");
   
   if (! ishold ())
     set (ax, "view", [0, 90]);