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?
Do you means those points above and below the two black lines?
Store the return dict from boxplot, and you can get the all the information from it, for example: