要点就是ax2 = ax1.twinx(), 制作一个兄弟轴。代码如下:import matplotlib.pyplot as pltimport numpy as npx = np.arange(0., np.e, ...
確定! 回上一頁