data = np.random.default_rng(123).rayleigh(1, 70) counts, edges, bars = plt.hist(data) # ^ plt.bar_label(bars)