transistan - 2018-01-02

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 !