Skip to content

[BUG] Edge color with catplot with kind=bar #3542

@prabhuteja12

Description

@prabhuteja12

Hello,

When passing edgecolor to catplot for a bar, the argument doesn't reach the underlying p.plot_bars to generate the required output.

Currently there is a line
edgecolor = p._complement_color(kwargs.pop("edgecolor", default), color, p._hue_map)

is not passed into the block elif kind=="bar". A local "hack" I implemented is to add a kwargs["edgecolor"] = edgecolor before p.plot_bars call. Let me know if I should provide more details.

This is on version 0.13.0.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions