Created
August 6, 2018 18:15
-
-
Save Atcold/28368557c89617570eeaa22c482e54ff to your computer and use it in GitHub Desktop.
My go-to conf for matplotlib
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
from matplotlib.pylab import * | |
style.use(['dark_background', 'bmh']) | |
rc('axes', facecolor='k') | |
rc('figure', facecolor='k') | |
rc('figure', figsize=(16, 4)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment