Hallo!
How can I replot automatically a plot, becaue my datafile grow every 10 sec.?
Thanks Thorsten
Use the 'reread' command in a little loop script:
replot pause 10 reread
and load that after you've made your plot.
Log in to post a comment.
Hallo!
How can I replot automatically a plot, becaue my datafile grow every 10 sec.?
Thanks Thorsten
Use the 'reread' command in a little loop script:
replot
pause 10
reread
and load that after you've made your plot.