How to srot the boxplot by the q1/q3 or the mean value?

any one knows how to sort the boxplot by one of the cal result such as mean, q1?
thanks!

We donโ€™t expose a way to do that at the moment, unfortunately. Youโ€™ll have to pre-compute the q1/q3/mean value of your samples, then sort them and plot them.