Skip to content

Plot.close: add cla() for each set of axes

This PR adds an explicit call to ax.cla() for each Axes in a given Plot when the Plot.close() method is called, this might fix a memory leak seen through gwsumm.

Merge request reports