code: y axis label for HUE
This commit is contained in:
parent
cdb1b01095
commit
008a6aa8a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user