Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 6163:8614649c454c
[project @ 2006-11-14 18:52:34 by jwe]
author | jwe |
---|---|
date | Tue, 14 Nov 2006 18:52:39 +0000 |
parents | 57aeb18f161d |
children | d90b16110095 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,13 @@ +2006-11-14 John W. Eaton <jwe@octave.org> + + * plot/__do_legend__.m, plot/__errplot__.m, + plot/__init_plot_vars__.m, plot/__plot_globals__.m, + plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, + plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, + plot/replot.m, plot/subplot.m, plot/subwindow.m: + Use __plot_globals__ for multiplot variables. Keep track of + multiplot info for each figure. Eliminate __multiplot_xscale__. + 2006-11-13 John W. Eaton <jwe@octave.org> * plot/mesh.m: Use proper dimensions for y in call to repmat.