Skip to content

Instantly share code, notes, and snippets.

@scholich
Created May 28, 2015 14:36
Show Gist options
  • Save scholich/af36a0c3ea64d62d3f3b to your computer and use it in GitHub Desktop.
Save scholich/af36a0c3ea64d62d3f3b to your computer and use it in GitHub Desktop.
Switch matplotlib style
from pylab import plt, rc
print plt.style.available
plt.style.use('ggplot')
rc('font', size=12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment