Skip to content

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

@FrancoRamos

Description

@FrancoRamos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions