Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Last active March 7, 2016 13:39
Show Gist options
  • Save ericfourrier/538e1ed129a419bafbf3 to your computer and use it in GitHub Desktop.
Save ericfourrier/538e1ed129a419bafbf3 to your computer and use it in GitHub Desktop.
# 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