From bca09eb3f0bb31773d8a4e0e1c654bb8c3c75085 Mon Sep 17 00:00:00 2001
From: Carlo Guidi <cguidi@km3net.de>
Date: Tue, 14 Jan 2020 10:50:58 +0100
Subject: [PATCH] Update acoustics.py

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

diff --git a/scripts/acoustics.py b/scripts/acoustics.py
index e793bb1..b3b4ab5 100644
--- a/scripts/acoustics.py
+++ b/scripts/acoustics.py
@@ -234,7 +234,7 @@ while check:
     
     matplotlib.pyplot.xticks(np.arange(1, 6, step = 1))
     matplotlib.pyplot.yticks(np.arange(0, 19, step = 1))
-    matplotlib.pyplot.grid(color='k', linestyle='-', linewidth = 0.2)
+    matplotlib.pyplot.grid(color = 'k', linestyle = '-', linewidth = 0.2)
     ax.set_xlabel('DUs', fontsize = 18)
     ax.set_ylabel('Floors', fontsize = 18)
     ts = now + 3600
-- 
GitLab