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
element_rect()
following code will give a warning message now, because tidyverse/ggplot2#3672
library(likert) data("MathAnxiety") math_anxiety <- likert(summary = MathAnxiety) plot(math_anxiety, type = "bar", legend.position = "bottom")
Warning message: The size argument of element_rect() is deprecated as of ggplot2 3.4.0. Please use the linewidth argument instead.
linewidth
Would you mind updatingplot() code.
plot()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
following code will give a warning message now, because tidyverse/ggplot2#3672
Warning message:
The
size
argument ofelement_rect()
is deprecated as of ggplot2 3.4.0.Please use the
linewidth
argument instead.Would you mind updating
plot()
code.The text was updated successfully, but these errors were encountered: