Skip to content

Adds close calls after savefig

Gregory Ashton requested to merge add-closing-figure into master

Previously, in !312 (merged) I removed a plt.close() call. But, this was there because generating >20 matplotlib figures causes warnings to be produced. This closes all figures after saving.

Merge request reports