Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 9281:02b16eeb3167
Fix yticklabels for log scale colorbar.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 28 May 2009 06:21:01 -0400 |
parents | 40fb718a2e67 |
children | 38ad8c99d6a2 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2009-05-28 Ben Abbott <bpabbott@mac.com> + + * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set + y2range when yaxislocation=='right'. Simplified support for ticklabel + separator '|'. + * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'. + * plot/colorbar.m: Add demos. + 2009-05-28 Ben Abbott <bpabbott@mac.com> * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'.