Hi, I am a rather new user of StatsPlots.jl and Julia. Thanks a lot for this package! I was doing some boxplots where I would like to mark the whiskers at the 5% and 95% quantile values. However, I could not find a way to do so. Reading through the implementation it looks like it is only possible to define the range value. Would it be possible to allow to overload range so that it also accepts a tuple of values e.g. (0.05, 0.95) and use it to draw the whiskers instead if IQR * range? Or maybe accept a tuple of any two arbitrary values that should be used for the whiskers?
Thanks!
Hi, I am a rather new user of StatsPlots.jl and Julia. Thanks a lot for this package! I was doing some boxplots where I would like to mark the whiskers at the 5% and 95% quantile values. However, I could not find a way to do so. Reading through the implementation it looks like it is only possible to define the
rangevalue. Would it be possible to allow to overloadrangeso that it also accepts a tuple of values e.g.(0.05, 0.95)and use it to draw the whiskers instead ifIQR * range? Or maybe accept a tuple of any two arbitrary values that should be used for the whiskers?Thanks!