matplotlib color &次坐标轴

color = 'colorname' fig, ax1 = plt.subplots() ax2 = ax1.twinx() ax1.plot(x,y) ax2.plot(x, y, color='darkorange')
相关文章
相关标签/搜索