comparison scripts/ChangeLog @ 7207:71c03c7239fb

[project @ 2007-11-28 02:19:25 by jwe]
author jwe
date Wed, 28 Nov 2007 02:20:48 +0000
parents 6e4ceeeb1940
children 621111e57a86
comparison
equal deleted inserted replaced
7206:6e4ceeeb1940 7207:71c03c7239fb
1 2007-11-27 David Bateman <dbateman@free.fr> 1 2007-11-27 David Bateman <dbateman@free.fr>
2
3 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m,
4 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
5 plot/semilogyerr.m: Treat an axis handle as the first argument.
6
7 * plot/meshz.m: New function.
8 * plot/Makefile.in (SOURCES): Add it to the list.
9 * plot/surface.m: Allow surface to accept an axis handle as the
10 first argument.
11 * plot/meshc.m: Extract z from the the surface object rather than
12 varargin so that we can rely on code in surface to treat leading
13 axis handles.
2 14
3 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set 15 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set
4 y2tics" in the case of a plotyy plot. 16 y2tics" in the case of a plotyy plot.
5 * plot/plotyy.m: ensure the position property is set correct for 17 * plot/plotyy.m: ensure the position property is set correct for
6 the second axis, by setting it after the plot itself. In the case 18 the second axis, by setting it after the plot itself. In the case