comparison scripts/ChangeLog @ 7292:5e90111a28b3

[project @ 2007-12-11 18:13:34 by jwe]
author jwe
date Tue, 11 Dec 2007 18:15:06 +0000
parents 7c0a18b10c8e
children d45fc511fc5d
comparison
equal deleted inserted replaced
7291:de593fd63ecf 7292:5e90111a28b3
1 2007-12-11 John W. Eaton <jwe@octave.org> 1 2007-12-11 John W. Eaton <jwe@octave.org>
2 2
3 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. 3 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions.
4 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. 4 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases.
5
6 2007-12-11 Kai Habel <kai.habel@gmx.de>
7
8 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and
9 zgrid to "on" and box to "off" for used axes.
10
11 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m,
12 plot/slice.m: Use size_equal(var1,var2,...) when possible.
5 13
6 2007-12-11 David Bateman <dbateman@free.fr> 14 2007-12-11 David Bateman <dbateman@free.fr>
7 15
8 * miscelleaneous/fullfile.m: Ignore empty arguments. 16 * miscelleaneous/fullfile.m: Ignore empty arguments.
9 17