dkogan / feedgnuplot

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

[Feature request] pause/resume data command in stream mode? #19

Closed davyzhu closed 10 years ago

davyzhu commented 10 years ago

Hi, is it possible to implement a "pause" data command, that will pause feedgunplot (discard all data after "pause", and don't update the plot) until receive a "resume" data command. Thanks!

Example, data0 pause data1 resume data2

UPDATE: I think the data command is not essential, please close the issue.

dkogan commented 10 years ago

I could implement this, but I'd like to avoid excessive complexity, so I'm going to close this for now. If you REALLY want it, tell me.