Skip to content

Swap of dodge position in ggbeeswarm::geom_beeswarm() since v3.5.1.9000 #6299

Closed
@jbengler

Description

@jbengler

Example code

ggplot(mtcars, aes(x = factor(cyl), y = disp, color = factor(am))) +
  geom_boxplot(position = position_dodge(width = 0.8)) +
  ggbeeswarm::geom_beeswarm(dodge.width = 0.8)

Output in ggplot v3.5.1

Image

Output in ggplot v3.5.1.9000

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions