Skip to content

is scale_x_binned() supposed to not play with geom_boxplot() ? #4211

@JanaJarecki

Description

@JanaJarecki

Hi,

is this desired in scale_x_binned()? I would have expected several boxplots (one per bin).

ggplot(mtcars, aes(x=wt)) +
  geom_boxplot(aes(y=mpg)) +
  scale_x_binned()

image

  • R version 4.0.2 (2020-06-22)
  • Windows 10
  • Dev version of ggplot2

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