From 64f1e21f3fd49aebcef0b247703a84e33dcd71ae Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 6 Apr 2021 11:52:04 +0200
Subject: [PATCH] Matplotlib: plt.close()

---
 04-matplotlib/examples.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/04-matplotlib/examples.py b/04-matplotlib/examples.py
index 87c5020..25bc224 100644
--- a/04-matplotlib/examples.py
+++ b/04-matplotlib/examples.py
@@ -22,6 +22,7 @@ def example2():
     plt.legend()
     plt.show()
     # plt.savefig("figure.pdf")
+    # plt.close()
 
 # Různé styly bodů a čar
 def example3():
-- 
GitLab