# HG changeset patch # User Ben Abbott # Date 1272068969 14400 # Node ID e86651d2fde5efa45245384b7efc11de006a543c # Parent 3cc09ec70224d8c9d43aa23c62d7b26574b3ebd1 axis.m: For 'axis normal' restore plotboxaspectratio. diff -r 3cc09ec70224 -r e86651d2fde5 scripts/ChangeLog --- a/scripts/ChangeLog Fri Apr 23 16:34:40 2010 -0400 +++ b/scripts/ChangeLog Fri Apr 23 20:29:29 2010 -0400 @@ -1,3 +1,7 @@ +2010-04-23 Ben Abbott + + * plot/axis.m: For 'axis normal' restore plotboxaspectratio. + 2010-04-23 John W. Eaton * gethelp.cc (extract_help_text): Use C++ static_cast instead of diff -r 3cc09ec70224 -r e86651d2fde5 scripts/plot/axis.m --- a/scripts/plot/axis.m Fri Apr 23 16:34:40 2010 -0400 +++ b/scripts/plot/axis.m Fri Apr 23 20:29:29 2010 -0400 @@ -170,6 +170,7 @@ y = ylim; set (ca, "plotboxaspectratio", [(x(2)-x(1)), (y(2)-y(1)), 1]); elseif (strcmpi (ax, "normal")) + set (ca, "plotboxaspectratio", [1, 1, 1]) set (ca, "plotboxaspectratiomode", "auto"); ## axis limits