From c321d0f75356fdd2eca24231d1e122abd609e4af Mon Sep 17 00:00:00 2001 From: sean-connelly-cmap <156253293+sean-connelly-cmap@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:38:39 -0500 Subject: [PATCH] test 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 5c17dca..1bf0b97 100644 --- a/R/geom_text_lastonly_new.R +++ b/R/geom_text_lastonly_new.R @@ -131,7 +131,7 @@ geom_text_lastonly_new <- function(mapping = NULL, data = NULL, max.time = 0.5, max.iter = 10000, max.overlaps = getOption("ggrepel.max.overlaps", default = 10), - nudge_x = 0.25, + nudge_x = 0.40, nudge_y = 0, xlim = c(NA, NA), ylim = c(NA, NA),