You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: