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

Using the size aesthetic in this geom was deprecated in ggplot2 3.4.0 #11

Open
etiennebacher opened this issue Jan 31, 2023 · 1 comment

Comments

@etiennebacher
Copy link

Hi, this is a nice package!

There's a warning due to some changes in ggplot2 3.4.0 (see here):

library(ggwaffle)
#> Loading required package: ggplot2

waffle_data <- waffle_iron(mpg, aes_d(group = class))

ggplot(waffle_data, aes(x, y, fill = group)) + 
  geom_waffle()
#> Warning: Using the `size` aesthetic in this geom was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` in the `default_aes` field and elsewhere instead.

Created on 2023-01-31 with reprex v2.0.2

@DominiqueMakowski
Copy link

I'd like to follow-up on this, as it probably requires a fairly minor fix. @etiennebacher don't hesitate to consider making a smol PR 😁

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

2 participants