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
free
knitr::opts_knit$set(upload.fun = identity) library(patchwork) library(ggplot2) p4 <- ggplot(mtcars) + geom_bar(aes(gear)) + facet_wrap(~cyl) + ggtitle("Plot 4") p_f <- ggplot(mtcars) + geom_point(aes(hp, disp)) + coord_fixed() + ggtitle("Fixed Aspect") wrap_plots(free(p_f, "panel", "b"), p4)
Created on 2024-09-04 with reprex v2.1.0 ~ ~ ~ ~
What I expect is something like this:
The text was updated successfully, but these errors were encountered:
a8b15b4
Thanks for all these tests and reports
Sorry, something went wrong.
No branches or pull requests
Created on 2024-09-04 with reprex v2.1.0
~
~
~
~
What I expect is something like this:
The text was updated successfully, but these errors were encountered: