matplotlib.pyplot.fignum_exists#

matplotlib.pyplot.fignum_exists(num)[源代码][源代码]#

返回具有给定id的图形是否存在。

参数:
numint 或 str

一个图形标识符。

返回:
布尔

是否存在带有 id num 的图形。