matplotlib color &次座標軸

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