Skip to content

Instantly share code, notes, and snippets.

@Atcold
Created August 6, 2018 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Atcold/28368557c89617570eeaa22c482e54ff to your computer and use it in GitHub Desktop.
Save Atcold/28368557c89617570eeaa22c482e54ff to your computer and use it in GitHub Desktop.
My go-to conf for matplotlib
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