From 6ec74882bffa8e4ae53e2fcd728ae7537986f755 Mon Sep 17 00:00:00 2001 From: sean-connelly-cmap <156253293+sean-connelly-cmap@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:43:43 -0500 Subject: [PATCH] change segment color --- R/geom_text_lastonly_new.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/geom_text_lastonly_new.R b/R/geom_text_lastonly_new.R index 37ea2bb..8f587c3 100644 --- a/R/geom_text_lastonly_new.R +++ b/R/geom_text_lastonly_new.R @@ -232,7 +232,8 @@ GeomTextLastNew <- ggproto( colour = "black", size = 3.88, angle = 0, label = NA, alpha = NA, family = "", fontface = 1, lineheight = 1.2, hjust = 0, vjust = 0.5, point.size = 1, - segment.linetype = 1, segment.colour = NULL, segment.size = 0.5, segment.alpha = NULL, + segment.linetype = 1, segment.colour = "transparent", + segment.size = 0.5, segment.alpha = NULL, segment.curvature = 0, segment.angle = 90, segment.ncp = 1, segment.shape = 0.5, segment.square = TRUE, segment.squareShape = 1, segment.inflect = FALSE, segment.debug = FALSE,