Last active
March 7, 2016 13:39
-
-
Save ericfourrier/538e1ed129a419bafbf3 to your computer and use it in GitHub Desktop.
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
# To include in notebook for inline ggplot with bigger size | |
%matplotlib inline | |
import matplotlib.pyplot as plt | |
plt.rcParams['figure.figsize'] = (12, 8) # bigger figsize | |
plt.style.use('ggplot') # ggplot2 style for matplotlib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment