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