Hi.
I have a time stepping while loop, which plots for every iteration.
As it is now, it runs very fast through the plots. So is there a way to stop at each plot or slow down the while loop?
The code looks a lot like the demo in:
demo/undocumented/advection-diffusion
I have tried many things, one is to write "interactive()" after the plot command, then after the first plot I press "q" inside the plot window and the following error occurs:
$ python demo_advection-diffusion.py
2013-09-23 19:49:12.233 Python[25628:1307] invalid drawable
2013-09-23 19:49:12.241 Python[25628:1307] invalid drawable
Thanks.