Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,10 @@ 2009-01-21 John W. Eaton <jwe@octave.org> + * plot/__axis_label__.m: Set properties in existing axis label + object instead of creating a new text object. + * plot/ylabel.m: Don't set rotation property here. + * plot/title.m: Don't set horizontalalignment property here. + * plot/ylabel.m: Insert rotation property in varargin before passing it on to __axis_label__. * plot/__axis_label__.m: Don't set rotation for ylabel here.