我想为每种颜色设置间隔,而不要在Y轴上重叠。 我该如何实现?
ax.set_title(df["me"][0],fontsize=20)
plt.xticks(rotation='vertical',fontsize=20)
plt.yticks(fontsize=20)
ax.set_ylabel(i,fontsize=40)
ax.grid(True)
plt.legend(loc='best',fontsize=20)
fig.savefig(i+".png")
plt.show()