标签: python numpy matplotlib
我想使用numpy.histogram绘制直方图。我应该用什么命令来获得直方图?这是我的代码:
numpy.histogram
a = [1,2,1] bins = [0,1,2,3]