Distribution Plot' ml using seaborn code example Example: plot distribution seaborn x = np.random.normal(size=100) sns.distplot(x);