Skip to content

Instantly share code, notes, and snippets.

@utahka
Created March 14, 2018 06:19
Show Gist options
  • Save utahka/127886a42764f0cfa6cb687c5d02d8be to your computer and use it in GitHub Desktop.
Save utahka/127886a42764f0cfa6cb687c5d02d8be to your computer and use it in GitHub Desktop.
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
# for matplotlib
plt.style.use("ggplot")
plt.rcParams["font.size"] = 13
plt.rcParams["figure.figsize"] = 10, 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment