Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facet_wrap_paginate scales error #19

Closed
artpieti opened this issue Nov 22, 2016 · 1 comment
Closed

facet_wrap_paginate scales error #19

artpieti opened this issue Nov 22, 2016 · 1 comment
Labels
bug an unexpected problem or unintended behavior

Comments

@artpieti
Copy link

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.

@thomasp85 thomasp85 added the bug an unexpected problem or unintended behavior label Nov 22, 2016
@mthernando
Copy link

I obtain the same error! Really good package. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants