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
we need to specify non-standard geom params such as geom_point(chunk_vars=c("var1", "var2"))
geom_point(chunk_vars=c("var1", "var2"))
@faizan-khan-iit implemented a PR tidyverse/ggplot2#1649 which was rejected by ggplot2.
now we have to wait until ggplot2 figures out a solution to the issue tidyverse/ggplot2#1585
until then, I suggest we continue to depend on Faizan's validate_params branch https://github.com/faizan-khan-iit/ggplot2/tree/validate-params
validate_params
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we need to specify non-standard geom params such as
geom_point(chunk_vars=c("var1", "var2"))
@faizan-khan-iit implemented a PR tidyverse/ggplot2#1649 which was rejected by ggplot2.
now we have to wait until ggplot2 figures out a solution to the issue tidyverse/ggplot2#1585
until then, I suggest we continue to depend on Faizan's
validate_params
branch https://github.com/faizan-khan-iit/ggplot2/tree/validate-paramsThe text was updated successfully, but these errors were encountered: