|
From: Petr M. <mi...@ph...> - 2005-06-19 09:36:12
|
> > Has anyone any other alternative than feeding gnuplot a "plot > > 'myfile.txt' with lines" every update interval? plot '-' 1 2 2 4 e > > I tried feeding data into gnuplot via a fifo but graphing didn't start > > until the fifo was closed on the writing end. Is there a way around > > that? fflush(out); --- PM |