code: y axis label for HUE

This commit is contained in:
Manos Katsomallos 2021-10-01 06:46:27 +02:00
parent cdb1b01095
commit 008a6aa8a4

View File

@ -44,7 +44,7 @@ def main(args):
plt.xlabel('Landmarks percentage') # Set x axis label.
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.ylabel('Mean absolute error (kWh)') # Set y axis label.
# plt.yscale('log')
# plt.ylim(0, 8)
# Bar offset