Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 8557:ab82e19002c4
better compatibility for axis label properties
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 21 Jan 2009 14:30:41 -0500 |
parents | d81caf2e3a28 |
children | 438520011621 |
comparison
equal
deleted
inserted
replaced
8556:d81caf2e3a28 | 8557:ab82e19002c4 |
---|---|
1 2009-01-21 John W. Eaton <jwe@octave.org> | 1 2009-01-21 John W. Eaton <jwe@octave.org> |
2 | |
3 * plot/__axis_label__.m: Set properties in existing axis label | |
4 object instead of creating a new text object. | |
5 * plot/ylabel.m: Don't set rotation property here. | |
6 * plot/title.m: Don't set horizontalalignment property here. | |
2 | 7 |
3 * plot/ylabel.m: Insert rotation property in varargin before | 8 * plot/ylabel.m: Insert rotation property in varargin before |
4 passing it on to __axis_label__. | 9 passing it on to __axis_label__. |
5 * plot/__axis_label__.m: Don't set rotation for ylabel here. | 10 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
6 | 11 |