Mercurial > hg > octave-nkf
diff scripts/ChangeLog @ 8048:2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 21 Aug 2008 15:28:58 -0400 |
parents | d54f113aa983 |
children | dac919d9c418 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2008-08-21 John W. Eaton <jwe@octave.org> + + * plot/__go_draw_axes__.m: Fix test for have_data. + (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs + contain NaN values. + 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> * optimization/sqp.m: Increase test script tolerance.