From 404d12a93b7bf65a36c598c9f2b63fbe2941e526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iker=20Rivas-Gonz=C3=A1lez?= <54534843+rivasiker@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:33:38 +0200 Subject: [PATCH] Update geom_horizon.R Change size to linewidth --- R/geom_horizon.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom_horizon.R b/R/geom_horizon.R index 8abccfa..08877a7 100644 --- a/R/geom_horizon.R +++ b/R/geom_horizon.R @@ -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) )