matplotlib.pyplot.fignum_exists# matplotlib.pyplot.fignum_exists(num)[source]# Return whether the figure with the given id exists. Parameters: numint or strA figure identifier. Returns: boolWhether or not a figure with id num exists.