cla()、clf() 或 close():何時使用哪個 Matplotlib 函數進行繪圖清除?

Linda Hamilton
發布: 2024-11-27 12:15:15
原創
775 人瀏覽過

cla(), clf(), or close(): When to Use Which Matplotlib Function for Plot Clearing?

何時實作cla()、clf() 或close() 進行繪圖清除

matplotlib 提供cla()、clf( )和close()函數可清楚可視化,但它們的範圍和操作

Matplotlib 層次結構

Matplotlib 將繪圖組織為層次結構:圖形視窗>圖> axes.

cla() 和clf()函數

在 pyplot 介面中,cla() 清除目前圖形中的目前軸,而其他軸不受影響。 clf() 清除整個目前圖形,包括所有軸,但保留未來繪圖的視窗。

close() 函數

close() 函數,在與 pyplot 函數相反,它是Figure 類別的方法。它關閉指定的圖窗窗口,無論它是否是當前窗口。 close('all') 關閉所有圖形視窗。

功能摘要

函數 操作 範圍
Function Action Scope
cla() (pyplot) Clear current axes Current axes
clf() (pyplot) Clear current figure Current figure
close() (pyplot) Close figure window Specified or current window
clf() (Figure method) Clear figure Figure instance
clear() (Figure method) Synonym for clf() Figure instance
cla()

(pyplot)

清除目前座標區 目前座標區
clf() (pyplot) td> 清除目前數字 當前數字
close()

(pyplot)

關閉圖形視窗 指定或目前視窗
clf()
    (圖形方法)
清晰圖 圖實例
  • clear() (圖方法)
  • clf()的同義詞 圖形實例
    使用注意事項
  • 功能的選擇取決於所需的操作。如果您想要:
  • 只清除當前軸:
  • 使用cla().清除整個圖形但保持視窗開啟: 使用 使用 使用clf()。 關閉圖形視窗: 使用 close()。

    以上是cla()、clf() 或 close():何時使用哪個 Matplotlib 函數進行繪圖清除?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

    來源:php.cn
    本網站聲明
    本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
    作者最新文章
    熱門教學
    更多>
    最新下載
    更多>
    網站特效
    網站源碼
    網站素材
    前端模板