Skip to content

Instantly share code, notes, and snippets.

@smidm
Created January 6, 2016 08:54
Show Gist options
  • Save smidm/d26d34946af1f59446f0 to your computer and use it in GitHub Desktop.
Save smidm/d26d34946af1f59446f0 to your computer and use it in GitHub Desktop.
maximize matplotlib figure
fig_manager = plt.get_current_fig_manager()
if hasattr(fig_manager, 'window'):
fig_manager.window.showMaximized()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment