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
Seems like this issue has reoccurred with the change from size to linewidth?
library(ggplot2) ggplot(data.frame(x=1,y=1),aes(x,y)) + theme_bw() + theme(panel.grid = element_line(linewidth = 5))
ggplot(data.frame(x=1,y=1),aes(x,y)) + coord_sf() + theme_bw() + theme(panel.grid = element_line(linewidth = 5))
Created on 2023-02-07 with reprex v2.0.2
The text was updated successfully, but these errors were encountered:
Thanks for catching! Yes, this indeed seems to be a regression from 3.4.0.
Sorry, something went wrong.
coord_sf()
Successfully merging a pull request may close this issue.
Seems like this issue has reoccurred with the change from size to linewidth?
Created on 2023-02-07 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: