Skip to content

Commit

Permalink
test segment length instead of nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-connelly-cmap committed Aug 12, 2024
1 parent 5f22896 commit b4748c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/geom_text_lastonly_new.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ GeomTextLastNew <- ggproto(
default_aes = aes(
colour = "black", size = 3.88, angle = 0, label = NA,
alpha = NA, family = "", fontface = 1, lineheight = 1.2,
nudge_x = 0.25, hjust = 0, vjust = 0.5, point.size = 1,
hjust = 0.5, vjust = 0.5, point.size = 1,
segment.linetype = 1, segment.colour = "transparent",
segment.size = 0.5, segment.alpha = NULL,
segment.size = 0.75, 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,
Expand Down

0 comments on commit b4748c5

Please sign in to comment.