ljvmiranda921 / sprites-as-a-service

Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction
https://ljvmiranda921.github.io/sprites-as-a-service
MIT License
303 stars 19 forks source link

Runtime warning on matplotlib #65

Closed ljvmiranda921 closed 4 years ago

ljvmiranda921 commented 4 years ago

RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (matplotlib.pyplot.figure) are retained

ljvmiranda921 commented 4 years ago

https://stackoverflow.com/questions/16334588/create-a-figure-that-is-reference-counted/16337909#16337909

ljvmiranda921 commented 4 years ago

https://stackoverflow.com/questions/21884271/warning-about-too-many-open-figures

ljvmiranda921 commented 4 years ago

Oof. After scoping the problem, this one may deserve a blogpost on its own...