[Matplotlib-users] Image full screen

Petro x.piter at gmail.com
Tue Jul 12 09:35:22 EDT 2016


Hi.
Here is an update.
To remove window title and go into full screen mode, one can use:

figManager = plt.get_current_fig_manager()
figManager.full_screen_toggle()

But I still cannot figure out how to remove a field where cursor coordinates 
are  shown.

Any suggestions?
Thanks
Petro



--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Image-full-screen-tp47276p47290.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


More information about the Matplotlib-users mailing list