In pyplot's hist() function, we are able to access the values of the histogram bins (through the return n
); is it possible to access this same information from Seaborn's distplot? Seaborn only returns an axis object.
Ultimately, I'd like juxtapose a line plot on top of the histogram which sums the counts in the bins.
For completeness, numpy.histogram
is what I was looking for!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With