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
.
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
.