matplotlib.pyplot.get_current_fig_manager()

1 개요[ | ]

matplotlib.pyplot.get_current_fig_manager()
Python
Copy
import matplotlib.pyplot as plt
print( plt.get_current_fig_manager() )
Loading

2 같이 보기[ | ]

3 참고[ | ]