From 5f22896b933461eed7c71509ff2191633a722905 Mon Sep 17 00:00:00 2001 From: sean-connelly-cmap <156253293+sean-connelly-cmap@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:44:42 -0500 Subject: [PATCH] increase nudge --- R/geom_text_lastonly_new.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom_text_lastonly_new.R b/R/geom_text_lastonly_new.R index 8f587c3..64bb690 100644 --- a/R/geom_text_lastonly_new.R +++ b/R/geom_text_lastonly_new.R @@ -231,7 +231,7 @@ GeomTextLastNew <- ggproto( default_aes = aes( 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, + nudge_x = 0.25, hjust = 0, vjust = 0.5, point.size = 1, segment.linetype = 1, segment.colour = "transparent", segment.size = 0.5, segment.alpha = NULL, segment.curvature = 0, segment.angle = 90, segment.ncp = 1,