Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7680:a0ec02774303
Use popen2 for communication with gnuplot
author | David Bateman <dbateman@free.fr> |
---|---|
date | Wed, 02 Apr 2008 13:29:19 -0400 |
parents | 5988e08c1ae6 |
children | b1c1133641ee |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,10 @@ +2008-04-02 David Bateman <dbateman@free.fr> + + * plot/__gnuplot_ginput__.m: Use the gnuplot stream itself for + communication rather than a chat file if mkfifo is not available. + * plot/gnuplot_drawnow.m: Open stream with popen2 to allow two way + communication with the gnuplot process. + 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> * general/sortrows.m: Handle negative column arguments.