-
Notifications
You must be signed in to change notification settings - Fork 2.1k
error when setting breaks and labels to NULL
in coord_radial()
#6258
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
Comments
Thanks for the report! It appears that this no longer errors in the current development version. I think it may have been #5838 that had fixed this. |
Thanks |
Somehow this issue seems to have come back, which probably means we should fix it and include a test to prevent its return. |
FYI, one error I've seen ggplot(mtcars, aes(mpg, disp)) +
geom_point() +
coord_radial() +
scale_x_continuous(name=NULL, breaks=NULL)
# Error in switch(params$position, theta.sec = -Inf, top = -Inf, right = -Inf, :
# EXPR must be a length 1 vector |
My bad I was checking with the CRAN version. It does not cause any problems in the development version, so I'll close this again. |
Created on 2024-12-22 with reprex v2.1.0
~
The text was updated successfully, but these errors were encountered: