Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7664:0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 28 Mar 2008 12:51:14 -0400 |
parents | 4ab2488ab2b4 |
children | aead4b9d026b |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-03-27 David Bateman <dbateman@free.fr> + + * plot/__plt2__.m: Test if args are empty first so that + plot(zeros(1,0),zeros(1,0)) works as expected. + 2008-03-27 Bill Denney <bill@denney.ws> * time/datenum.m: Allow vector inputs in any orientation.