comparison 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
comparison
equal deleted inserted replaced
6162:b3c425131211 6163:8614649c454c
1 2006-11-14 John W. Eaton <jwe@octave.org>
2
3 * plot/__do_legend__.m, plot/__errplot__.m,
4 plot/__init_plot_vars__.m, plot/__plot_globals__.m,
5 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m,
6 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m,
7 plot/replot.m, plot/subplot.m, plot/subwindow.m:
8 Use __plot_globals__ for multiplot variables. Keep track of
9 multiplot info for each figure. Eliminate __multiplot_xscale__.
10
1 2006-11-13 John W. Eaton <jwe@octave.org> 11 2006-11-13 John W. Eaton <jwe@octave.org>
2 12
3 * plot/mesh.m: Use proper dimensions for y in call to repmat. 13 * plot/mesh.m: Use proper dimensions for y in call to repmat.
4 14
5 * miscellaneous/substruct.m: New function. 15 * miscellaneous/substruct.m: New function.