From 9d4d99d6630bc7da590ceb126dfdab9eb863316f Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Thu, 28 Feb 2019 18:59:30 +0400
Subject: [PATCH] Fix ratio

---
 scripts/online_reco.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/online_reco.py b/scripts/online_reco.py
index 3961cc9..0cbb72a 100644
--- a/scripts/online_reco.py
+++ b/scripts/online_reco.py
@@ -52,7 +52,7 @@ class ZenithDistribution(kp.Module):
             self.create_plot()
 
     def create_plot(self):
-        fig, ax = plt.subplots(figsize=(16, 8))
+        fig, ax = plt.subplots(figsize=(4, 3))
         ax.hist(self.thetas, bins=180)
         ax.set_title(
             r"$\theta$ distribution of JGandalf track reconstructions\n"
-- 
GitLab