bgt_cmp_hue: Back to linear
This commit is contained in:
		@ -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, 10000)
 | 
					  plt.ylim(0, 8)
 | 
				
			||||||
  # Bar offset
 | 
					  # Bar offset
 | 
				
			||||||
  x_offset = -(bar_width/2)*(n - 1)
 | 
					  x_offset = -(bar_width/2)*(n - 1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -131,7 +131,7 @@ def main(args):
 | 
				
			|||||||
  # Show plot
 | 
					  # Show plot
 | 
				
			||||||
  # plt.show()
 | 
					  # plt.show()
 | 
				
			||||||
  # Save plot
 | 
					  # Save plot
 | 
				
			||||||
  lmdk_lib.save_plot(path + '.pdf')
 | 
					  lmdk_lib.save_plot(path + '-001.pdf')
 | 
				
			||||||
  print('[OK]', flush=True)
 | 
					  print('[OK]', flush=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user