Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Last active August 3, 2019 18:44
Show Gist options
  • Save davidcorbin/405839b62e36384775b8ad0fb4ac40d4 to your computer and use it in GitHub Desktop.
Save davidcorbin/405839b62e36384775b8ad0fb4ac40d4 to your computer and use it in GitHub Desktop.
Setup Jupyter for graphing
## Plot theme
%matplotlib inline
import matplotlib.pyplot as plt
plt.style.use('Solarize_Light2')
#plt.style.available
## High quality plot
%config InlineBackend.figure_format = 'svg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment