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
facet_wrap works ok, not facet_grid, isn't this tested ?
library(ggplot2) plt <- ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy)) + facet_grid(drv ~ cyl) constructive::construct(plt, data = list(data = mpg)) #> {constructive} couldn't create code that reproduces perfectly the input #> ℹ Call `construct_issues()` to inspect the last issues #> data |> #> ggplot2::ggplot() + #> ggplot2::geom_point(mapping = ggplot2::aes(displ, hwy)) + #> constructive::.env( #> "0x10f3033c0", #> parents = "empty", #> class = c("FacetGrid", "Facet", "ggproto", "gg") #> )
Created on 2025-03-13 with reprex v2.1.0
The text was updated successfully, but these errors were encountered:
dammit it's just not there at all...
Sorry, something went wrong.
No branches or pull requests
facet_wrap works ok, not facet_grid, isn't this tested ?
Created on 2025-03-13 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: