Created
January 14, 2017 16:20
-
-
Save eddiesmo/bf23aa428a4f4a2363cf661cd2a9a219 to your computer and use it in GitHub Desktop.
Matplotlib hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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