Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing Median line in boxplot when hue is not None #70

Open
FrancoRamos opened this issue Dec 20, 2023 · 0 comments
Open

Not showing Median line in boxplot when hue is not None #70

FrancoRamos opened this issue Dec 20, 2023 · 0 comments

Comments

@FrancoRamos
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant