plt.xlabel() plt.ylabel()
plt.xticks(np.linspace(0,1,10),range(10)) #第一个参数给的是位置(在给的x上的位置) #第二个给的是刻度
plt.legend()