Hi,
I have a datafile which is continuously updated. To plot this, I use an endless loop (simplified): plot datafile while (1) {pause 1 ; replot}
How can I pause/unpause and stop this loop without exiting Gnuplot altogether ?
Thanks !
Log in to post a comment.
Hi,
I have a datafile which is continuously updated.
To plot this, I use an endless loop (simplified):
plot datafile
while (1) {pause 1 ; replot}
How can I pause/unpause and stop this loop without exiting Gnuplot altogether ?
Thanks !