color = 'colorname'fig, ax1 = plt.subplots()ax2 = ax1.twinx()ax1.plot(x,y)ax2.plot(x, y, color='darkorange') 相关文章: 2022-12-23 2022-12-23 2021-09-16 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-11-17