Skip to content

facet_wrap_paginate scales error #19

Description

@artpieti
ggplot(diamonds) +
  geom_point(aes(carat, price), alpha = 0.1) +
  facet_wrap_paginate(~cut:clarity, scales = 'free', ncol=3, nrow=3, page =3)
ggplot(diamonds) +
  geom_point(aes(carat, price), alpha = 0.1) +
  facet_wrap_paginate(~cut:clarity, scales = 'free_y', ncol=3, nrow=3, page =3)
ggplot(diamonds) +
  geom_point(aes(carat, price), alpha = 0.1) +
  facet_wrap_paginate(~cut:clarity, scales = 'free_x', ncol=3, nrow=3, page =3)

All codes return an error: Error in FUN(X[[i]], ...) : Unknown input

ggplot(diamonds) +
  geom_point(aes(carat, price), alpha = 0.1) +
  facet_wrap_paginate(~cut:clarity, scales = 'fixed', ncol=3, nrow=3, page =3)

Works as intended.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions