You can redirect numbers to a file and periodically read the file using the gnuplot reeread command or manually clicking ein the chart window.
shell$ command > points.dat
At gnuplot
gnuplot> plot "points.dat" using 1:2
and click eon the window to update it, or see an example from
gnuplot> help reread
source
share