expt_lmdk_sel: Last results
This commit is contained in:
		@ -38,7 +38,7 @@ def main(args):
 | 
			
		||||
    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.ylim(0, len(seq)/3)
 | 
			
		||||
    plt.ylim(0, len(seq)*1.5)
 | 
			
		||||
    # Bar offset
 | 
			
		||||
    x_offset = -(bar_width/2)*(len(epsilon) - 1)
 | 
			
		||||
    for e_i, e in enumerate(epsilon):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user