how to plot distribution of series in seborn code example Example: plot distribution seaborn x = np.random.normal(size=100) sns.distplot(x);