From 195207e0f4787548b28d046136b2fceffc5507fb Mon Sep 17 00:00:00 2001 From: Manos Katsomallos Date: Mon, 26 Jul 2021 18:49:41 +0300 Subject: [PATCH] bgt_comp: Trying to fit the legend --- code/expt/bgt_cmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/expt/bgt_cmp.py b/code/expt/bgt_cmp.py index e0a2845..f8ea94f 100644 --- a/code/expt/bgt_cmp.py +++ b/code/expt/bgt_cmp.py @@ -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)