plt.subplot()是matplotlib中用于创建子图的函数。三个参数分别代表创建子图的行列数目和子图编号。 plt.subplot(nrows, ncols, plot_number).
確定! 回上一頁