comparison scripts/ChangeLog @ 5493:b2e882e8b68b

[project @ 2005-10-13 17:51:19 by jwe]
author jwe
date Thu, 13 Oct 2005 17:51:19 +0000
parents 250917610b55
children 709307492cd7
comparison
equal deleted inserted replaced
5492:179096e8e57f 5493:b2e882e8b68b
1 2005-10-13 John W. Eaton <jwe@octave.org>
2
3 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m:
4 If in multiplot mode, clear plot before issuing new plot command.
5
6 * plot/__setup_plot__.m: New function.
7 * plot/__plt__.m, plot__errplot__.m: Use it.
8 Handle multiplot data and offsets here.
9
10 * plot/__plot_globals__.m: Also keep track of multiplot options.
11 Move initialization to __setup_plot__.m.
12
13 * plot/subplot.m: Multiplot globals now in __plot_globals__.m.
14 Don't reset gnuplot_command_replot.
15
16 * plot/replot.m: Handle multiplot data and offsets here.
17 * plot__axis_label__.m, plot/axis.m, plot/grid.m,
18 plot/plot_border.m, plot/plot.m, plot/plot_title.m,
19 plot/top_title.m: Call replot, not __gnuplot_replot__.
20
1 2005-10-12 John W. Eaton <jwe@octave.org> 21 2005-10-12 John W. Eaton <jwe@octave.org>
2 22
3 * plot/figure.m: Handle __current_figure__, not gnuplot details. 23 * plot/figure.m: Handle __current_figure__, not gnuplot details.
4 24
5 2005-10-04 Rafael Laboissiere <rafael@debian.org> 25 2005-10-04 Rafael Laboissiere <rafael@debian.org>