bgt_comp: Trying to fit the legend

This commit is contained in:
Manos Katsomallos 2021-07-26 18:49:41 +03:00
parent 210c24e45d
commit 195207e0f4

View File

@ -85,7 +85,7 @@ def main(args):
# The y axis
plt.ylabel('Mean absolute error (m)') # Set y axis label.
plt.yscale('log')
plt.ylim(1, 10000000)
plt.ylim(1, 100000000)
# Bar offset
x_offset = -(bar_width/2)*(n - 1)