comparison scripts/ChangeLog @ 6431:ff87ad14403f

[project @ 2007-03-22 18:20:31 by jwe]
author jwe
date Thu, 22 Mar 2007 18:20:32 +0000
parents 6ff2d413cf58
children 5bec61ae1576
comparison
equal deleted inserted replaced
6430:215b141470b4 6431:ff87ad14403f
1 2007-03-22 John W. Eaton <jwe@octave.org>
2
3 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf,
4 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>.
5
6 2007-03-21 John W. Eaton <jwe@octave.org>
7
8 * linear-algebra/null.m: Set elements of retval with magnitudes
9 less than eps to 0.
10
1 2007-03-21 David Bateman <dbateman@free.fr> 11 2007-03-21 David Bateman <dbateman@free.fr>
2 12
3 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. 13 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot.
4 * testfun/speed.m: Documentation and example fix. 14 * testfun/speed.m: Documentation and example fix.
5 15
22 * plot/newplot.m: Call __request_drawnow__ after initializing axes. 32 * plot/newplot.m: Call __request_drawnow__ after initializing axes.
23 * plot/text.m: Call __request_drawnow__ after creating text objects. 33 * plot/text.m: Call __request_drawnow__ after creating text objects.
24 34
25 * plot/clf.m: Don't call drawnow. 35 * plot/clf.m: Don't call drawnow.
26 36
27 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org>. 37 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org>
28 38
29 * image/__img__.m: Maybe set yaxis to reverse for images. 39 * image/__img__.m: Maybe set yaxis to reverse for images.
30 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for 40 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for
31 images. 41 images.
32 42