现在,我们开始使用 add_subplot 方法创建子图: ax1 = fig.add_subplot(221) ax2 = fig.add_subplot(222) ax3 = fig.add_subplot(212). 它的工作原理是使用3 个数字, ...
確定! 回上一頁