Skip to content

For geom_boxplot, could the linewidth inherit from a combination of linewidth and borderwidth? #6841

@davidhodge931

Description

@davidhodge931

For geom_boxplot, could the linewidth inherit from a combination of linewidth and borderwidth?

I think the following would be logical and look good:

median.linewidth = get_theme()$geom@linewidth,
whisker.linewidth = get_theme()$geom@linewidth,
staple.linewidth = get_theme()$geom@linewidth,
box.linewidth = get_theme()$geom@borderwidth
outlier.stroke = get_theme()$geom@borderwidth,

Likwise for linetypes would make sense too

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions