Skip to content

Commit

Permalink
change segment color
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-connelly-cmap committed Aug 12, 2024
1 parent 465ae63 commit 6ec7488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/geom_text_lastonly_new.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ GeomTextLastNew <- ggproto(
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,
segment.linetype = 1, segment.colour = NULL, segment.size = 0.5, segment.alpha = NULL,
segment.linetype = 1, segment.colour = "transparent",
segment.size = 0.5, 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 6ec7488

Please sign in to comment.