Closed lcarlaw closed 4 months ago
Close the plotting figure with plt.close(fig) at the end of the contour() function.
plt.close(fig)
contour()
https://github.com/tjturnage/cloud-radar-server/pull/29 addressed this issue.
Close the plotting figure with
plt.close(fig)
at the end of thecontour()
function.