diff scripts/plot/plotyy.m @ 10136:ee18258bc002

Also treat white figure and axes color properties
author David Bateman <dbateman@free.fr>
date Wed, 20 Jan 2010 03:09:47 +0100
parents 335dc62068a8
children 2884758e265b
line wrap: on
line diff
--- a/scripts/plot/plotyy.m	Wed Jan 20 02:52:22 2010 +0100
+++ b/scripts/plot/plotyy.m	Wed Jan 20 03:09:47 2010 +0100
@@ -145,6 +145,7 @@
 
   set (ax(1), "ycolor", getcolor (h1(1)));
   set (ax(1), "xlim", xlim);
+  set (ax(1), "color", "none");
 
   cf = gcf ();
   set (cf, "nextplot", "add");