# 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 --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -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 --git a/scripts/plot/plotyy.m b/scripts/plot/plotyy.m --- a/scripts/plot/plotyy.m +++ b/scripts/plot/plotyy.m @@ -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