Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7217:c8abc18322b7
[project @ 2007-11-29 20:50:24 by jwe]
author | jwe |
---|---|
date | Thu, 29 Nov 2007 20:50:24 +0000 |
parents | 5389a52df87b |
children | 66081694ffb8 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2007-11-29 David Bateman <dbateman@free.fr> + + * plot/__stem__.m: New file based on old stem.m expanded to treat + 2- and 3-D. + * plot/stem3.m: New function. + * plot/Makefile.in (SOURCES): Add them to the sources. + * plot/stem.m: Adapt to use __stem__. + 2007-11-29 John W. Eaton <jwe@octave.org> * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m,