在matplotlib一般使用plt.figure来设置窗口尺寸。 plt.figure(figsize=(10, 10)). 但是如果使用plt.subplots,那么这种方法就无效,只能通过subplots ...
確定! 回上一頁