control-engineering-with-python icon indicating copy to clipboard operation
control-engineering-with-python copied to clipboard

Matplotlib: many open figures

Open boisgera opened this issue 5 years ago • 0 comments

Analyze / see if it's possible to get rid of :

./build.py:286: RuntimeWarning: More than 20 figures have been opened. 
Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`).

boisgera avatar Jan 25 '21 18:01 boisgera