bgt_cmp: Fitted legend

This commit is contained in:
Manos Katsomallos 2021-07-26 18:29:02 +03:00
parent 9a899b3b96
commit 210c24e45d

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, 100000)
plt.ylim(1, 10000000)
# Bar offset
x_offset = -(bar_width/2)*(n - 1)