Skip to content

Commit

Permalink
Refactor: Replace deprecated size aesthetic with linewidth for li…
Browse files Browse the repository at this point in the history
…nes in ggplot2 3.4.0
  • Loading branch information
yanlinlin82 committed Sep 15, 2024
1 parent d866d13 commit 4c0ab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ggvenn.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ggvenn <- function(data, columns = NULL,
geom_polygon(aes(x = x, y = y, group = group),
fill = NA,
color = stroke_color,
size = stroke_size,
linewidth = stroke_size,
alpha = stroke_alpha,
linetype = stroke_linetype)
if (nrow(venn$labels) > 0) {
Expand Down

0 comments on commit 4c0ab38

Please sign in to comment.