Skip to content

Commit

Permalink
fixed unwanted linewidth arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Apr 3, 2024
1 parent a30bc9a commit d17c22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/geometries.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ match_geom_args <- function(geom,
}
if (geom %in% c("bar", "col", "histogram", "boxplot", "violin", "density")) {
args$size <- NULL
args$linewidth <- NULL
}
if (identical(args$position, "stack")) {
args$position <- NULL
Expand Down

0 comments on commit d17c22c

Please sign in to comment.