Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7665:aead4b9d026b
Fix axis handle treatment in plotyy
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 28 Mar 2008 12:52:31 -0400 |
parents | 0dff8d9bf229 |
children | 693ac94c2854 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -3,6 +3,9 @@ * plot/__plt2__.m: Test if args are empty first so that plot(zeros(1,0),zeros(1,0)) works as expected. + * plot/plotyy.m: The axis handle is a two element vector and + so needs special treatment. Call newplot for the second axis. + 2008-03-27 Bill Denney <bill@denney.ws> * time/datenum.m: Allow vector inputs in any orientation.