タイトルの付け方タイトルをつけるにはplt.title() or ax.set_title()を用い ... plt.subplot(2, 2, i+1) plt.plot(x, y) plt.title(i+1) plt.show().
確定! 回上一頁