game-of-life icon indicating copy to clipboard operation
game-of-life copied to clipboard

fix matplotlib animation problem

Open wsyxbcl opened this issue 5 years ago • 0 comments

Using python 3.x on Archlinux, no window pops up when running the scripts. There're same issues under Windows and MacOS environments( #2, #4 ) Changing time.sleep() to plt.pause() fixes these issues.

wsyxbcl avatar Mar 27 '19 06:03 wsyxbcl