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
size
Running the following:
options(lifecycle_verbosity = "error") sleep |> ggplot2::ggplot(ggplot2::aes(x = extra, y = group)) + ggpirate::geom_pirate( ggplot2::aes(colour = group, fill = group), points = TRUE, bars = FALSE, lines = TRUE, cis = FALSE, violins = TRUE ) + ggplot2::theme_minimal()
...leads to the following error:
Error: ! Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0. ℹ Please use `linewidth` instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the following:
...leads to the following error:
The text was updated successfully, but these errors were encountered: