comparison scripts/ChangeLog @ 7235:ee0820d8b4ac

[project @ 2007-12-01 00:49:32 by jwe]
author jwe
date Sat, 01 Dec 2007 00:49:33 +0000
parents 685c186d8f62
children 3ac12f33cf4b
comparison
equal deleted inserted replaced
7234:6992e9face25 7235:ee0820d8b4ac
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 5
6 2007-11-30 David Bateman <dbateman@free.fr> 6 2007-11-30 David Bateman <dbateman@free.fr>
7
8 * plot/__scatter__.m: Avoid out of bounds varargin element access.
7 9
8 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of 10 * 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. 11 tick labels rather than one by one on the labels themselves.
10 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for 12 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for
11 95% crossing fixed. 13 95% crossing fixed.