Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
7664:0dff8d9bf229 | 7665:aead4b9d026b |
---|---|
1 2008-03-27 David Bateman <dbateman@free.fr> | 1 2008-03-27 David Bateman <dbateman@free.fr> |
2 | 2 |
3 * plot/__plt2__.m: Test if args are empty first so that | 3 * plot/__plt2__.m: Test if args are empty first so that |
4 plot(zeros(1,0),zeros(1,0)) works as expected. | 4 plot(zeros(1,0),zeros(1,0)) works as expected. |
5 | |
6 * plot/plotyy.m: The axis handle is a two element vector and | |
7 so needs special treatment. Call newplot for the second axis. | |
5 | 8 |
6 2008-03-27 Bill Denney <bill@denney.ws> | 9 2008-03-27 Bill Denney <bill@denney.ws> |
7 | 10 |
8 * time/datenum.m: Allow vector inputs in any orientation. | 11 * time/datenum.m: Allow vector inputs in any orientation. |
9 | 12 |