# HG changeset patch # User Ben Abbott # Date 1236632863 14400 # Node ID 4a312440b262d4576c8102a4b9aac475d5d79046 # Parent c4383701e10d78f032e09375153f1f26b4c0e7e3 __go_draw_axes__.m (do_tics): fix typo diff -r c4383701e10d -r 4a312440b262 scripts/ChangeLog --- a/scripts/ChangeLog Mon Mar 09 16:31:13 2009 -0400 +++ b/scripts/ChangeLog Mon Mar 09 17:07:43 2009 -0400 @@ -1,3 +1,8 @@ +2009-03-09 Ben Abbott + + * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation -> + yaxislocation). + 2009-03-09 John W. Eaton * help/lookfor.m (search_cache): Also match function names. @@ -15,7 +20,7 @@ * statistics/base/histc.m: New function. -2009-03-06 Ben Abbott +2009-03-06 Ben Abbott * plot/__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title. @@ -31,7 +36,7 @@ * deprecated/spdiag.m: Ensure sparse result. -2009-03-05 Ben Abbott +2009-03-05 Ben Abbott * plot/__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles. @@ -40,7 +45,7 @@ * polynomial/polyval.m: Implement using Horner scheme. -2009-03-03 Ben Abbott +2009-03-03 Ben Abbott * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal. @@ -54,29 +59,29 @@ * set/complement.m, set/union.m: Remove reference to deprecated function create_set. -2009-03-01 Ben Abbott +2009-03-01 Ben Abbott * plot/__go_draw_axes__.m: Do not render axis labels twice when their handles are visible, but do render objects with hidden handles. -2009-03-01 Ben Abbott +2009-03-01 Ben Abbott * general/num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data. -2009-03-01 Ben Abbott +2009-03-01 Ben Abbott * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors. -2009-02-28 Ben Abbott +2009-02-28 Ben Abbott * plot/__actual_axis_position__.m: Include file missed in prior changeset. -2009-02-28 Ben Abbott +2009-02-28 Ben Abbott * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for specificying resolution of bitmap terminals, "-r". @@ -216,7 +221,7 @@ * statistics/models/logistic_regression_derivatives.m: Replace dmult by diagonal matrices. -2009-02-19 Ben Abbott +2009-02-19 Ben Abbott * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes diff -r c4383701e10d -r 4a312440b262 scripts/plot/__go_draw_axes__.m --- a/scripts/plot/__go_draw_axes__.m Mon Mar 09 16:31:13 2009 -0400 +++ b/scripts/plot/__go_draw_axes__.m Mon Mar 09 17:07:43 2009 -0400 @@ -1468,7 +1468,7 @@ do_tics_1 ("manual", [], "off", obj.yticklabelmode, obj.yticklabel, obj.ycolor, "y", plot_stream, ymirror, mono, "border", "", "", fontname, fontsize, obj.interpreter); - elseif (strcmpi (obj.xaxislocation, "zero")) + elseif (strcmpi (obj.yaxislocation, "zero")) do_tics_1 (obj.ytickmode, obj.ytick, obj.yminortick, obj.yticklabelmode, obj.yticklabel, obj.ycolor, "y", plot_stream, ymirror, mono, "axis", obj.tickdir, ticklength, fontname, fontsize,