坐标轴刻度也要改# plt.xticks改成每个坐标系去设置# 改成ax[0].set_xticks # # 刻度里面也要改# 本来是plt.xticks(x[::5],x_tick_label[::5]) # 现在 ...
確定! 回上一頁