bgt_cmp: Fitted legend
This commit is contained in:
parent
9a899b3b96
commit
210c24e45d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user