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