# HG changeset patch # User Ben Abbott # Date 1295706612 18000 # Node ID e916491cbb99afd4a81cd84699ece98e7a925750 # Parent b83162e8f4027a990a83b87e4b1cebf71b2df492 plotyy.m: Set box property to off to allow both y-axes colors to be visible for OpenGL backends. diff -r b83162e8f402 -r e916491cbb99 scripts/ChangeLog --- a/scripts/ChangeLog Sat Jan 22 13:48:11 2011 +0100 +++ b/scripts/ChangeLog Sat Jan 22 09:30:12 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-22 Konstantinos Poulios + + * plot/plotyy.m: Set box property to off to allow both y-axes colors + to be visible for OpenGL backends. + 2011-01-22 John W. Eaton * plot/private/__scatter__.m: Don't accept "filled" as a color. diff -r b83162e8f402 -r e916491cbb99 scripts/plot/plotyy.m --- a/scripts/plot/plotyy.m Sat Jan 22 13:48:11 2011 +0100 +++ b/scripts/plot/plotyy.m Sat Jan 22 09:30:12 2011 -0500 @@ -168,6 +168,7 @@ set (ax(2), "position", get (ax(1), "position")); set (ax(2), "xlim", xlim); set (ax(2), "color", "none"); + set (ax(2), "box", "off"); ## Add invisible text objects that when destroyed, ## also remove the other axis