matplotlib.pyplot.get_current_fig_manager()

Jmnote (토론 | 기여)님의 2020년 2월 6일 (목) 01:23 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

matplotlib.pyplot.get_current_fig_manager()
Python
CPU
0.9s
MEM
49M
1.0s
Copy
import matplotlib.pyplot as plt
print( plt.get_current_fig_manager() )
<matplotlib.backends.backend_nbagg.FigureManagerNbAgg object at 0x7fda9c396e80>

2 같이 보기[ | ]

3 참고[ | ]