From 442ebbda4f7c99e5dca11978676e04a7b902463c Mon Sep 17 00:00:00 2001
From: Mikhail Karnevskiy <karnem@max-exfl001.desy.de>
Date: Tue, 7 Aug 2018 16:48:12 +0200
Subject: [PATCH] Remove file from repository

---
 notebooks/LPD/PlotFromCalDB.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/notebooks/LPD/PlotFromCalDB.py b/notebooks/LPD/PlotFromCalDB.py
index 136b1334b..511f0b23f 100644
--- a/notebooks/LPD/PlotFromCalDB.py
+++ b/notebooks/LPD/PlotFromCalDB.py
@@ -198,9 +198,6 @@ for const, modules in ret_constants.items():
     if out_folder != "":
         fig.savefig("{}/{}_time_development.pdf".format(out_folder, const), 
              bbox_inches='tight')
-    plt.show()
-
-
     
 
     fig = plt.figure(figsize=(15,7))
@@ -231,6 +228,5 @@ for const, modules in ret_constants.items():
     if out_folder != "":
         fig.savefig("{}/{}_pxtime_development.pdf".format(out_folder, const),
              bbox_inches='tight')
-    plt.show()
 
 
-- 
GitLab