# HG changeset patch # User John W. Eaton # Date 1225303740 14400 # Node ID 26f0e69e9f3a5ea8691ca6fab286e9f7ae578fe8 # Parent 4ceffd54031a05309a5430e728134eec0ff17b6a cla.m: in test, set visible off when creating figure diff -r 4ceffd54031a -r 26f0e69e9f3a scripts/ChangeLog --- a/scripts/ChangeLog Wed Oct 29 12:41:10 2008 +0100 +++ b/scripts/ChangeLog Wed Oct 29 14:09:00 2008 -0400 @@ -1,3 +1,7 @@ +2008-10-29 John W. Eaton + + * plot/cla.m: In test, set visible off when creating figure. + 2008-10-28 Gabriele Pannocchia * optimization/qp.m: Convert bounds of the form b <= x <= b and diff -r 4ceffd54031a -r 26f0e69e9f3a scripts/plot/cla.m --- a/scripts/plot/cla.m Wed Oct 29 12:41:10 2008 +0100 +++ b/scripts/plot/cla.m Wed Oct 29 14:09:00 2008 -0400 @@ -90,9 +90,8 @@ endfunction %!test -%! hf = figure; +%! hf = figure (1, "visible", "off"); %! unwind_protect -%! set (hf, "visible", "off") %! clf %! plot (1:10) %! cla ()