matplotlib.pyplot.get_current_fig_manager #

matplotlib.pyplot。get_current_fig_manager ( ) [来源] #

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

图形管理器是在屏幕上显示图形的实际后端依赖窗口的容器。

如果当前不存在图窗,则创建一个新图窗,并返回其图窗管理器。

返回
FigureManagerBase或其依赖于后端的子类