Skip to content

Commit c321d0f

Browse files
test nudge
1 parent 266fbdc commit c321d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom_text_lastonly_new.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ geom_text_lastonly_new <- function(mapping = NULL, data = NULL,
131131
max.time = 0.5,
132132
max.iter = 10000,
133133
max.overlaps = getOption("ggrepel.max.overlaps", default = 10),
134-
nudge_x = 0.25,
134+
nudge_x = 0.40,
135135
nudge_y = 0,
136136
xlim = c(NA, NA),
137137
ylim = c(NA, NA),

0 commit comments

Comments
 (0)