comparison 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
comparison
equal deleted inserted replaced
8555:821c0a7efbee 8556:d81caf2e3a28
1 2009-01-21 John W. Eaton <jwe@octave.org> 1 2009-01-21 John W. Eaton <jwe@octave.org>
2
3 * plot/ylabel.m: Insert rotation property in varargin before
4 passing it on to __axis_label__.
5 * plot/__axis_label__.m: Don't set rotation for ylabel here.
2 6
3 * plot/title.m: Insert horizontalalignment property in varargin 7 * plot/title.m: Insert horizontalalignment property in varargin
4 before passing it on to __axis_label__. 8 before passing it on to __axis_label__.
5 9
6 2009-01-21 Jaroslav Hajek <highegg@gmail.com> 10 2009-01-21 Jaroslav Hajek <highegg@gmail.com>