2016-07-23 11 views
2

matplotlib gui plots(aaa plt.show())は、解像度をモニターするのには適応せず、高解像度の画面には表示されません。 matplotlib/tkinterの修正はありますか、あるいはWindowsの設定のどこかでフィドルがありますか?Tkinter:matplotlibのGUIウィンドウを最大化する

おかげplt.show()コールする前にenter image description here

答えて

1

これらの機能:

mng = plt.get_current_fig_manager() 
mng.frame.Maximize(True) 

多分それはあなたの問題を解決します。

関連する問題