|
From: theozh <th...@gm...> - 2016-07-14 19:18:15
|
if your terminal is wxt with ID 0 and you type the following in the
gnuplot command line
if (1) { plot sin(x); pause 5; set term wxt 0 close }
it plots sin(x), waits for 5 seconds and then closes the plot window.
Is this what you are looking for?
|