Browse Source

Increase the distance between the titles and labels

check-vt100
Aleksander Kiryk 4 years ago
parent
commit
45fc6a35d8
  1. 4
      graph.py

4
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

Loading…
Cancel
Save