蟒蛇:蟒蛇:散点图,Y轴的颜色使间隔

时间:2018-07-02 08:18:15

标签: matplotlib

我想为每种颜色设置间隔,而不要在Y轴上重叠。 我该如何实现?

enter image description here

   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()

0 个答案:

没有答案