File: histo_1d_a.py

package info (click to toggle)
vedo 2025.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,404 kB
  • sloc: python: 64,792; javascript: 1,932; xml: 437; sh: 139; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
from vedo.pyplot import np, histogram
data = np.random.randn(1000)
histogram(data).show().close()