swaschke / pypnf

GNU General Public License v2.0
18 stars 15 forks source link

Leak in pyplot figure #5

Open sdesirazu opened 11 months ago

sdesirazu commented 11 months ago

When we try to create multiple charts using save() in a loop we get this message

/pypnf/chart.py:2440: 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). Consider using matplotlib.pyplot.close().

The code crashes after a while