[Matplotlib-users] Image full screen

vincent.adrien at gmail.com vincent.adrien at gmail.com
Tue Jul 12 12:32:39 EDT 2016


Hi Petro,

I succeeded in removing the bottom field where cursor coordinates are
displayed by using:
# fig = plt.gcf()
fig.canvas.window().statusBar().setVisible(False)

Hopefully it was what you were looking for.

Adrien


On 12/07/2016 15:35, Petro wrote:
> 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