dkogan/feedgnuplot

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

davyzhu opened this issue · 1 comments

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.

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.