dkogan / feedgnuplot

Tool to plot realtime and stored data from the commandline, using gnuplot.
Other
710 stars 37 forks source link

feedgnuplot --stream option #51

Closed mirek23 closed 7 months ago

mirek23 commented 1 year ago

Hi Dima,

How the option feedgnuplot --stream influences gnuplot. Does the gnuplot uses while (1) { pause ; replot; }

Best Regards Mirek

dkogan commented 1 year ago

It repeatedly calls the gnuplot "plot" command as the data comes in. You should try out the examples.