# 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 --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -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 --git a/scripts/plot/cla.m b/scripts/plot/cla.m --- a/scripts/plot/cla.m +++ b/scripts/plot/cla.m @@ -90,9 +90,8 @@ endfunction %!test -%! hf = figure; +%! hf = figure (1, "visible", "off"); %! unwind_protect -%! set (hf, "visible", "off") %! clf %! plot (1:10) %! cla ()