expt_lmdk_sel: Last results

This commit is contained in:
Manos Katsomallos 2021-10-05 15:33:23 +02:00
parent dafe129a97
commit 16c743364c
6 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ 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.ylim(0, len(seq)/3) plt.ylim(0, len(seq)*1.5)
# Bar offset # Bar offset
x_offset = -(bar_width/2)*(len(epsilon) - 1) x_offset = -(bar_width/2)*(len(epsilon) - 1)
for e_i, e in enumerate(epsilon): for e_i, e in enumerate(epsilon):

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.