comparison scripts/ChangeLog @ 9302:5542c40e40ac

__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
author Ben Abbott <bpabbott@mac.com>
date Thu, 04 Jun 2009 21:32:37 -0400
parents f2152fad3563
children 330672f4daaa
comparison
equal deleted inserted replaced
9301:f2152fad3563 9302:5542c40e40ac
1 2009-06-04 Ben Abbott <bpabbott@mac.com> 1 2009-06-04 Ben Abbott <bpabbott@mac.com>
2 2
3 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to
4 strcmp(scale,'log').
3 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. 5 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
4 6
5 2009-06-03 Ben Abbott <bpabbott@mac.com> 7 2009-06-03 Ben Abbott <bpabbott@mac.com>
6 8
7 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. 9 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'.