-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
theme_trr() calls the size argument of element_line multiple times, e.g. in:
Line 25 in 1a95b1a
| text = element_text(size = text_size), |
ggplot2 recommends against using size and recommend linewidth instead:
The size argument of element_line() is deprecated as of ggplot2 3.4.0.
Please use the linewidth argument instead.
should theme_trr.R be updated? If so, in this repo?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels