This website works better with JavaScript
首页
项目目录
关于我们
Sign In
python
/
vedo
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
vedo
/
examples
/
pyplot
/
histo_1d_a.py
histo_1d_a.py
98 B
Permalink
History
Raw
1
2
3
from vedo.pyplot import np, histogram
data = np.random.randn(1000)
histogram(data).show().close()