How to plot a histogram using Matplotlib in Python with a list of data?

前端 未结 5 766
醉梦人生
醉梦人生 2020-12-04 09:06

I am trying to plot a histogram using the matplotlib.hist() function but I am not sure how to do it.

I have a list

probability = [0.360         


        
5条回答
提交回复
热议问题