import matplotlib.pyplot as plt; # 建立第一張圖,若直接plt.plot 隱含自動建立figure 並建立subplot(111); plt.figure(1); # 第一張圖的第一張子 ...
確定! 回上一頁