Hello, Thanks for this amazing library.
I realized that when Hue es None, median line is shown correclty in boxplot. But when Hue is not None, then the lines is hidden behind palette colors.
I read the code and find that porblem is in line 742, specifically in zorder. If you change to a lower zorder (for example 1) it works well:
if not hue is None: split = True boxcolor = palette boxprops = {"zorder":10}
Please, I appreciate if you check this.