From 45fc6a35d8baffae50f010c46d38ae200f1995ac Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Thu, 31 Mar 2022 11:05:29 +0200 Subject: [PATCH] Increase the distance between the titles and labels --- graph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graph.py b/graph.py index 2ca8859..aa03a0c 100644 --- a/graph.py +++ b/graph.py @@ -261,9 +261,9 @@ def graph(session, fname='plot.png'): i = 0 for label in labels: if i%2 == 0: - offset = 1.10 + offset = 1.08 else: - offset = 1.22 + offset = 1.20 i = i + 1