Skip to content

Instantly share code, notes, and snippets.

@lucidfrontier45
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save lucidfrontier45/a8f9d8dd946b318043e6 to your computer and use it in GitHub Desktop.

Select an option

Save lucidfrontier45/a8f9d8dd946b318043e6 to your computer and use it in GitHub Desktop.
ipython notebook first cell
%matplotlib inline
import numpy as np
import pandas as pd
from matplotlib import pyplot as plt
plt.style.use("ggplot")
plt.rcParams["font.size"] = 14
plt.rcParams["figure.figsize"] = 10, 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment