Topic: aplot - close plot under software control.
I'm writing a simulation program that I'd like to
1. Create a plot of a specific variable
2. Keep the plot on the screen for n seconds
3. Kill the plot and let the program resume running
4. After a prescribed number of iterations, do this all over again.
Is there any way to do this?
Thanks