-
Notifications
You must be signed in to change notification settings - Fork 104
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_col() not working #326
Comments
Probably due to development version of ggplot2. |
|
It does in the current dev version :) library(ggplot2)
packageVersion("ggplot2")
#> [1] '3.5.1.9000'
ggplot(mtcars) +
geom_point(aes(disp, mpg)) +
facet_wrap(~gear, scales = "free", space = "free_y") Created on 2024-11-27 with reprex v2.1.1 |
ohhh this is new!! Thanks I will have a look |
I get an $ operator invalid error for facet_col(). Here is the example from the facet_col() function help.
The text was updated successfully, but these errors were encountered: