Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 6179:235a1b456cf4
[project @ 2006-11-17 17:33:09 by jwe]
author | jwe |
---|---|
date | Fri, 17 Nov 2006 17:33:09 +0000 |
parents | 830235f4984f |
children | ac4821cdb740 |
comparison
equal
deleted
inserted
replaced
6178:830235f4984f | 6179:235a1b456cf4 |
---|---|
1 2006-11-17 John W. Eaton <jwe@octave.org> | |
2 | |
3 * plot/__render_plot__.m: New args, terminal and output. | |
4 * plot/print.m: Don't set output and term here. Instead, call | |
5 __render_plot__ with terminal and output. | |
6 | |
1 2006-11-16 John W. Eaton <jwe@octave.org> | 7 2006-11-16 John W. Eaton <jwe@octave.org> |
2 | 8 |
3 * plot/__render_plot1__.m: New file. | 9 * plot/__render_plot1__.m: New file. |
4 * plot/__render_plot__.m: Use it. Loop over multiplots. | 10 * plot/__render_plot__.m: Use it. Loop over multiplots. |
5 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | 11 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |