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