在matplotlib中要做雙Y軸,的確就是使用兩個subplot然後疊加 ... ax1.tick_params(axis = 'y' , labelcolor = 'tab:blue' ) ...
確定! 回上一頁