Skip to content

Instantly share code, notes, and snippets.

@emptyr1
Created September 15, 2017 03:32
Show Gist options
  • Select an option

  • Save emptyr1/23fa25f5762aca0de0bb34ddd9bfaece to your computer and use it in GitHub Desktop.

Select an option

Save emptyr1/23fa25f5762aca0de0bb34ddd9bfaece to your computer and use it in GitHub Desktop.
Helpful matplotlib configs for plotting
%matplotlib inline
%config InlineBackend.figure_format = 'retina'
import matplotlib.pyplot as plt
import seaborn as sns
plt.style.use('ggplot')
plt.rcParams["figure.figsize"] = (20,10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment