Skip to content

geom_dotplot negates free y scale from facet_wrap #1618

Closed
@aosmith16

Description

@aosmith16

When binning the dotplot on the y axis, the facet_wrap free y scale is negated. This is new behavior - is it by design?

library(ggplot2)

p1 = ggplot(mtcars, aes(factor(cyl), mpg)) +
    geom_boxplot() +
    facet_wrap(~am, scales = "free_y")
p1

rplot
p1 + geom_dotplot(binaxis = "y")

rplot01

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