From eaef89450f88c5c3ecb6a90a109ddf3a9231dd89 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 26 Feb 2019 17:58:27 +0400
Subject: [PATCH] Improve linestyle

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

diff --git a/scripts/ztplot.py b/scripts/ztplot.py
index 5fdd9f5..6851ed6 100755
--- a/scripts/ztplot.py
+++ b/scripts/ztplot.py
@@ -143,7 +143,7 @@ class ZTPlot(Module):
 
         for ax, du in zip(axes, dus):
             for z in dom_zs:
-                ax.axhline(z, lw=1, color='b', alpha=0.2)
+                ax.axhline(z, lw=1, color='b', ls='--', alpha=0.15)
             du_hits = hits[hits.du == du]
             trig_hits = du_hits[du_hits.triggered == True]
 
-- 
GitLab