comparison scripts/ChangeLog @ 7228:685c186d8f62

[project @ 2007-11-30 16:43:12 by jwe]
author jwe
date Fri, 30 Nov 2007 16:43:13 +0000
parents dd8b3bbeeaf9
children ee0820d8b4ac
comparison
equal deleted inserted replaced
7227:bf7235434a2a 7228:685c186d8f62
1 2007-11-30 John W. Eaton <jwe@octave.org> 1 2007-11-30 John W. Eaton <jwe@octave.org>
2 2
3 * plot/__go_draw_axes__.m: Don't compute data or axis limits. 3 * plot/__go_draw_axes__.m: Don't compute data or axis limits.
4 (get_data_limits, get_axis_limits): Delete. 4 (get_data_limits, get_axis_limits): Delete.
5
6 2007-11-30 David Bateman <dbateman@free.fr>
7
8 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of
9 tick labels rather than one by one on the labels themselves.
10 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for
11 95% crossing fixed.
5 12
6 2007-11-29 David Bateman <dbateman@free.fr> 13 2007-11-29 David Bateman <dbateman@free.fr>
7 14
8 * plot/pareto.m: New file. 15 * plot/pareto.m: New file.
9 * plot/Makefile.in (SOURCES): Add it to the sources. 16 * plot/Makefile.in (SOURCES): Add it to the sources.