mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
size -> linewidth
The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0
This commit is contained in:
parent
b8e1e2f4f5
commit
18f32c18c2
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ DC_theme_generator <- function(type,
|
|||
# Type: L
|
||||
themeToReturn <- ggplot2::theme(
|
||||
axis.line = element_line(colour = "black",
|
||||
size=0.5),
|
||||
linewidth=0.5),
|
||||
panel.border = element_blank(),
|
||||
panel.background = element_blank(),
|
||||
panel.grid.major.x=element_line(color=x_gridline),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue