diff --git a/04-matplotlib/examples.py b/04-matplotlib/examples.py
index 87c50200d54af99de8e60930c02521caa4441845..25bc224125532248ee34c29d52a272a52129b0c0 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():