color = 'colorname'
matplotlib color &次坐标轴
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
猜你喜欢
  • 2021-06-22
  • 2021-11-08
  • 2022-01-17
  • 2021-09-10
  • 2021-06-13
  • 2021-11-11
相关资源
相似解决方案