seaborn histplot not showing complete bar code example Example: distribution seaborn x = np.random.normal(size=100) sns.distplot(x);