Skip to content
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

Deprecated usage of size aesthetic #9

Open
fkohrt opened this issue Sep 24, 2023 · 0 comments
Open

Deprecated usage of size aesthetic #9

fkohrt opened this issue Sep 24, 2023 · 0 comments

Comments

@fkohrt
Copy link

fkohrt commented Sep 24, 2023

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.
@fkohrt fkohrt changed the title Partial match of 'xoff' to 'xoffset' Deprecated usage of size aestethic Sep 24, 2023
@fkohrt fkohrt changed the title Deprecated usage of size aestethic Deprecated usage of size aestetic Sep 24, 2023
@fkohrt fkohrt changed the title Deprecated usage of size aestetic Deprecated usage of size aesthetic Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant