I am plotting a non-normal distribution using boxplot and interested in finding out about outliers using boxplot function of matplotlib.
Besides the plot I am interested in finding out the value of points in my code which are shown as outliers in the boxplot. Is there any way I can extract these values for use in my downstream code from the boxplot object?