how to see how the data i distributed in seaborn code example Example: distribution seaborn x = np.random.normal(size=100) sns.distplot(x);