Browse Source

Increase distance between the lower and upper labels

check-vt100
Aleksander Kiryk 4 years ago
parent
commit
ab590b2ae2
  1. 2
      graph.py

2
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

Loading…
Cancel
Save