results: HUE-log

This commit is contained in:
Manos Katsomallos 2021-09-30 14:08:23 +02:00
parent 5cd76b79d7
commit 872ce0767a
2 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ def main(args):
plt.xlim(x_i.min() - x_margin, x_i.max() + x_margin) plt.xlim(x_i.min() - x_margin, x_i.max() + x_margin)
# The y axis # The y axis
plt.ylabel('Mean absolute error') # Set y axis label. plt.ylabel('Mean absolute error') # Set y axis label.
# plt.yscale('log') plt.yscale('log')
plt.ylim(1, 7000) plt.ylim(1, 10000)
# Bar offset # Bar offset
x_offset = -(bar_width/2)*(n - 1) x_offset = -(bar_width/2)*(n - 1)

BIN
rslt/bgt_cmp/HUE-log.pdf Normal file

Binary file not shown.