# HG changeset patch # User Rik # Date 1470617623 25200 # Node ID 6bb0f32d22a55ff23a3e9e866becc3b68d700a90 # Parent 3ac380d46d5481f9e423d070a6da58d7a7214662 axis.m: Clean up formatting in %!error tests. * axis.m: Clean up formatting in %!error tests. diff -r 3ac380d46d54 -r 6bb0f32d22a5 scripts/plot/appearance/axis.m --- a/scripts/plot/appearance/axis.m Sun Aug 07 19:39:40 2016 +0100 +++ b/scripts/plot/appearance/axis.m Sun Aug 07 17:53:43 2016 -0700 @@ -645,16 +645,16 @@ ## Even on errors, axis can display a figure. -%!error -%! hf= figure ("visible", "off"); +%!error +%! hf = figure ("visible", "off"); %! unwind_protect %! axis (1:5) %! unwind_protect_cleanup %! close (hf); %! end_unwind_protect -%!error -%! hf= figure ("visible", "off"); +%!error +%! hf = figure ("visible", "off"); %! unwind_protect %! axis ({1,2}) %! unwind_protect_cleanup