histo_1d_a.py 98 B

123
  1. from vedo.pyplot import np, histogram
  2. data = np.random.randn(1000)
  3. histogram(data).show().close()