If I run
import numpy as np import matplotlib.pyplot as plt data = np.random.randint(1,10,100) plt.hist(data, edgecolor="white")
the ou