Skip to content

Instantly share code, notes, and snippets.

@cwharland
Created April 9, 2015 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwharland/826d69bfc30eee902597 to your computer and use it in GitHub Desktop.
Save cwharland/826d69bfc30eee902597 to your computer and use it in GitHub Desktop.
Pandas Series Title
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
pd.Series(np.random.normal(1,10, size=1000)).hist()
plt.title('Sweet')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment