Created
May 28, 2015 14:36
-
-
Save scholich/af36a0c3ea64d62d3f3b to your computer and use it in GitHub Desktop.
Switch matplotlib style
This file contains 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 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