Skip to content

Instantly share code, notes, and snippets.

@eddiesmo
Created January 14, 2017 16:20
Show Gist options
  • Save eddiesmo/bf23aa428a4f4a2363cf661cd2a9a219 to your computer and use it in GitHub Desktop.
Save eddiesmo/bf23aa428a4f4a2363cf661cd2a9a219 to your computer and use it in GitHub Desktop.
Matplotlib hacks
import matplotlib
matplotlib.use('TkAgg') # generate postscript output by default
import matplotlib.pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment