Skip to content

Instantly share code, notes, and snippets.

@bdjackson
Created March 17, 2016 04:04
Show Gist options
  • Save bdjackson/d06fc3c43c3b0ff828a2 to your computer and use it in GitHub Desktop.
Save bdjackson/d06fc3c43c3b0ff828a2 to your computer and use it in GitHub Desktop.

The easiest fix I have found for this problem is to change the backend from "MacOS" to "TkAgg". This can be done in each file or interactive session, but that is a bit cumbersome. It's also possible to change this in the matplotlibrc file:

~|⇒ cat  ~/.matplotlib/matplotlibrc
backend: TkAgg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment