close monthly plts

This commit is contained in:
simon 2022-10-23 16:56:00 +07:00
parent 17eed21eb3
commit 19c5b92db0
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ class MonthGenerator():
plt.tight_layout()
plt.savefig(file_name, dpi=300)
plt.figure()
plt.close()
@staticmethod
def get_aqi(val):