Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7510:f3e6ada67d9e
improve handling line style for errorbar plots
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 21 Feb 2008 03:58:57 -0500 |
parents | bc6573d2fa40 |
children | f028e7aa77a7 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,10 @@ +2008-02-21 John W. Eaton <jwe@octave.org> + + * plot/errorbar.m: If nargout > 0, return vector of handles to + line objects. + * plot/__go_draw_axes__.m: Improve handling of line style for + errorbar plots. + 2008-02-20 Marco Caliari <marco.caliari@univr.it> * specfun/legendre.m: Accept normalization options ("sch", "norm"),