Skip to content

Commit

Permalink
increase nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-connelly-cmap committed Aug 12, 2024
1 parent e73faf3 commit 5f22896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom_text_lastonly_new.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5f22896

Please sign in to comment.