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

"lineWidth" Argument in stat_summary() Not Recognized #52

Open
drag05 opened this issue Dec 1, 2022 · 0 comments
Open

"lineWidth" Argument in stat_summary() Not Recognized #52

drag05 opened this issue Dec 1, 2022 · 0 comments

Comments

@drag05
Copy link

drag05 commented Dec 1, 2022

The code for this Issue is posted in Issue #51:

Using argument size in stat_summary(geom = 'line', size = 1) throws the following warning:

<warning/lifecycle_warning_deprecated>
Warning:
Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
---
Backtrace:
 1. ggplot2::stat_summary(...)
 2. ggplot2::layer(...)
 3. ggplot2:::deprecate_soft0(...)

However, changing the argument to stat_summary(geom = 'line', lineWidth = 1) throws the following

Warning message:

In stat_summary(fun = "mean", geom = "line", lineWidth = 0.5, color = "gray90") :
  Ignoring unknown parameters: `lineWidth`

ggQC package version: 0.0.31

Thank you!

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