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.