# HG changeset patch # User jwe # Date 1174664128 0 # Node ID 8bcceddab2d50620091096b3d33e42dd3a2d10b3 # Parent 98ee80702bcaeea7c097b66397e93122c1257710 [project @ 2007-03-23 15:35:28 by jwe] diff -r 98ee80702bca -r 8bcceddab2d5 scripts/ChangeLog --- a/scripts/ChangeLog Fri Mar 23 15:13:19 2007 +0000 +++ b/scripts/ChangeLog Fri Mar 23 15:35:28 2007 +0000 @@ -1,5 +1,7 @@ 2007-03-23 John W. Eaton + * plot/orient.m: Fix tests to avoid creating a plot window. + * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, diff -r 98ee80702bca -r 8bcceddab2d5 scripts/plot/orient.m --- a/scripts/plot/orient.m Fri Mar 23 15:13:19 2007 +0000 +++ b/scripts/plot/orient.m Fri Mar 23 15:35:28 2007 +0000 @@ -56,6 +56,8 @@ endfunction +%!shared +%! set (gcf (), "visible", "off") %!assert(orient,"portrait") # default %!test orient('landscape') %!assert(orient,"landscape") # change to landscape