matplotlib.pyplot.get_current_fig_manager#

matplotlib.pyplot.get_current_fig_manager()[source]#

返回当前图形的图形管理器。

图形管理器是用于显示图形的实际后端相关窗口的容器。

如果当前没有图形,将创建一个新图形并返回其图形管理器。

返回:
FigureManagerBase 或其后端相关的子类