matplotlib.pyplot.get_current_fig_manager()

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 참고[ | ]