From da4a9ea58de4495aacd690999b5c6cb35eab5271 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 3 Nov 2022 11:54:50 +0700 Subject: [PATCH] undo close graph --- web/src/graph_monthly.py | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/graph_monthly.py b/web/src/graph_monthly.py index fbacf5f..a59756d 100644 --- a/web/src/graph_monthly.py +++ b/web/src/graph_monthly.py @@ -197,7 +197,6 @@ class MonthGenerator(): plt.tight_layout() plt.savefig(file_name, dpi=300) plt.figure() - plt.close() @staticmethod def get_aqi(val):