bgt_comp: Trying to fit the legend
This commit is contained in:
parent
210c24e45d
commit
195207e0f4
@ -85,7 +85,7 @@ def main(args):
|
|||||||
# The y axis
|
# The y axis
|
||||||
plt.ylabel('Mean absolute error (m)') # Set y axis label.
|
plt.ylabel('Mean absolute error (m)') # Set y axis label.
|
||||||
plt.yscale('log')
|
plt.yscale('log')
|
||||||
plt.ylim(1, 10000000)
|
plt.ylim(1, 100000000)
|
||||||
# Bar offset
|
# Bar offset
|
||||||
x_offset = -(bar_width/2)*(n - 1)
|
x_offset = -(bar_width/2)*(n - 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user