Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7220:66081694ffb8
[project @ 2007-11-29 23:14:07 by jwe]
author | jwe |
---|---|
date | Thu, 29 Nov 2007 23:14:08 +0000 |
parents | c8abc18322b7 |
children | dd8b3bbeeaf9 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,12 @@ 2007-11-29 David Bateman <dbateman@free.fr> + * plot/pareto.m: New file. + * plot/Makefile.in (SOURCES): Add it to the sources. + * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic + marks to avoid gnuplot error about formating. More colorspec to + after the tics. + * plot/plotyy.m: More generic check for appropriate axis color. + * plot/__stem__.m: New file based on old stem.m expanded to treat 2- and 3-D. * plot/stem3.m: New function.