comparison scripts/ChangeLog @ 8894:4414e555505d

__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
author Ben Abbott <bpabbott@mac.com>
date Sun, 01 Mar 2009 11:39:45 -0500
parents 937b58380b6a
children ca032de5fbf2
comparison
equal deleted inserted replaced
8893:937b58380b6a 8894:4414e555505d
1 2009-03-01 Ben Abbott <bpabbott@mac.com>
2
3 * plot/__go_draw_axes__.m: Do not render axis labels twice when
4 their handles are visible, but do render objects with hidden
5 handles.
6
1 2009-03-01 Ben Abbott <bpabbott@mac.com> 7 2009-03-01 Ben Abbott <bpabbott@mac.com>
2 8
3 * general/num2str.m: Trivial bug fix. Recent switch from split() 9 * general/num2str.m: Trivial bug fix. Recent switch from split()
4 to strsplit() produced cells rather than character data. 10 to strsplit() produced cells rather than character data.
5 11