df3['a'].plot.hist(color='blue',xlim=(0,1))
I want to know how can it show the line in the histogram figure. Make the top figure showed as bottom figure. Thank you!
df3['a'].plot.hist(color='blue',xlim=(0,1))
I want to know how can it show the line in the histogram figure. Make the top figure showed as bottom figure. Thank you!