color = 'colorname'fig, ax1 = plt.subplots()ax2 = ax1.twinx()ax1.plot(x,y)ax2.plot(x, y, color='darkorange') 相关文章: