So i have a frequency distribution plot that looks like this:
an i need the x value corresponding to the peak of the y value. How can i get it for the plotting code?
seaborn.distplot('TheSeries',bins = 30, ax=axes[0][1])
Can someone explain how i can get that corresponding value for this and similar cases?