f, ax = plt.subplots(2, 2). #设置主标题. f.suptitle('My Figure'). #设置子标题. ax[0][0].set_title('My Title'). plt.show().
確定! 回上一頁