From ab590b2ae2c7bc5614e0af8e1faa8ff29063a380 Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Fri, 18 Mar 2022 10:07:47 +0100 Subject: [PATCH] Increase distance between the lower and upper labels --- graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.py b/graph.py index 2f4e193..b7e98e7 100644 --- a/graph.py +++ b/graph.py @@ -252,7 +252,7 @@ def graph(session, fname='plot.png'): i = 0 for label in labels: if i%2 == 0: - height = 1.20 + height = 1.22 else: height = 1.12