Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8556:d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 21 Jan 2009 11:48:32 -0500 |
parents | 8cd2277569c0 |
children | ab82e19002c4 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,9 @@ 2009-01-21 John W. Eaton <jwe@octave.org> + * 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. + * plot/title.m: Insert horizontalalignment property in varargin before passing it on to __axis_label__.