Skip to content

Commit

Permalink
Update geom_horizon.R
Browse files Browse the repository at this point in the history
Change size to linewidth
  • Loading branch information
rivasiker authored Jul 9, 2024
1 parent db505ba commit 404d12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom_horizon.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ geom_horizon <- function(mapping = NULL, data = NULL,

GeomHorizon <- ggproto("GeomHorizon", GeomRibbon,
default_aes = aes(colour = NA, fill = NA,
size = 0.5, linetype = 1,
linewidth = 0.5, linetype = 1,
alpha = NA)
)

Expand Down

0 comments on commit 404d12a

Please sign in to comment.