Matplotlib Figure類


matplotlib.figure模組包含Figure類。它是所有plot元素的頂級容器。通過從pyplot模組呼叫figure()函式來範例化Figure物件 -

fig = plt.figure()

下表是其他引數 -

引數 描述
Figsize (width,height)以英寸為單位的元組
Dpi 每英寸點數
Facecolor 圖的貼面顏色
Edgecolor 圖的邊緣顏色
Linewidth 邊線寬度