Skip to content

Updating deprecated parameter in element_line()#468

Open
maczokni wants to merge 1 commit intothomasp85:mainfrom
maczokni:main
Open

Updating deprecated parameter in element_line()#468
maczokni wants to merge 1 commit intothomasp85:mainfrom
maczokni:main

Conversation

@maczokni
Copy link
Copy Markdown

@maczokni maczokni commented Apr 9, 2026

Changed "element_line(size = 0.5..." to use parameter 'linewidth = 0.5' to address the warning "Warning message: The size argument of element_line() is deprecated as of ggplot2 3.4.0. ℹ Please use the linewidth argument instead."
fixes #467

Changed "element_line(size = 0.5..." to use parameter 'linewidth = 0.5' to address the warning "Warning message:
The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0.
ℹ Please use the `linewidth` argument instead."
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

Successfully merging this pull request may close these issues.

Warning: The size argument of element_line() is deprecated as of ggplot2 3.4.0

1 participant