diff --git a/code/expt/bgt_cmp_hue.py b/code/expt/bgt_cmp_hue.py index 42936e2..610341c 100644 --- a/code/expt/bgt_cmp_hue.py +++ b/code/expt/bgt_cmp_hue.py @@ -45,8 +45,8 @@ def main(args): plt.xlim(x_i.min() - x_margin, x_i.max() + x_margin) # The y axis plt.ylabel('Mean absolute error') # Set y axis label. - # plt.yscale('log') - plt.ylim(1, 7000) + plt.yscale('log') + plt.ylim(1, 10000) # Bar offset x_offset = -(bar_width/2)*(n - 1) diff --git a/rslt/bgt_cmp/HUE-log.pdf b/rslt/bgt_cmp/HUE-log.pdf new file mode 100644 index 0000000..2b16030 Binary files /dev/null and b/rslt/bgt_cmp/HUE-log.pdf differ