We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I obtain the same error! Really good package. Thanks!
Sorry, something went wrong.
417cc15
No branches or pull requests
All codes return an error: Error in FUN(X[[i]], ...) : Unknown input
Works as intended.
The text was updated successfully, but these errors were encountered: