comparison scripts/ChangeLog @ 12073:fe30458b1de8 release-3-2-x

try to avoid gnuplot zombies
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2009 08:17:08 +0200
parents 6624d0ac6a52
children 279d2f4102d7
comparison
equal deleted inserted replaced
12072:33c46d112b05 12073:fe30458b1de8
1 2009-08-25 John W. Eaton <jwe@octave.org>
2
3 * plot/__gnuplot_open_stream__.m: Save pid in __plot_stream__ property.
4 * plot/gnuplot_drawnow.m: Wait for gnuplot subprocess when printing.
5 From Ben Abbott <bpabbott@mac.com>, Rob Mahurin <rob@utk.edu>, and
6 Dmitri Sergatskov <dasergatskov@gmail.com>.
7
1 2009-08-22 David Bateman <dbateman@free.fr> 8 2009-08-22 David Bateman <dbateman@free.fr>
2 9
3 * plot/__add_datasource__.m: Correct test for "datasource" argument 10 * plot/__add_datasource__.m: Correct test for "datasource" argument
4 * plot/__countour__.m: Add edgecolor properties and make it an alias 11 * plot/__countour__.m: Add edgecolor properties and make it an alias
5 for linecolor with the value "auto" being "flat" for the edgecolor. 12 for linecolor with the value "auto" being "flat" for the edgecolor.