matplotlib.pyplot.get_current_fig_manager #
- matplotlib.pyplot. get_current_fig_manager ( ) [ソース] #
現在の Figure の Figure マネージャーを返します。
Figure マネージャーは、Figure を画面に表示する実際のバックエンド依存ウィンドウのコンテナーです。
現在の Figure が存在しない場合は、新しい Figure が作成され、その Figure マネージャーが返されます。
- 戻り値:
FigureManagerBase
またはそのバックエンド依存サブクラス