Skip to content

Commit

Permalink
Move parameter estimate labels in path plots slightly to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
maltelueken committed Oct 23, 2023
1 parent 589f298 commit e76c37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/classicProcess.R
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,8 @@ ClassicProcess <- function(jaspResults, dataset = NULL, options) {
arrow = ggplot2::arrow(length = grid::unit(0.05, "native")),
start_cap = ggraph::square(nodeSize, unit = "native"), # Arrow start has always margin
angle_calc = "along",
label_dodge = grid::unit(0.025, "native")
label_dodge = grid::unit(0.025, "native"),
label_push = grid::unit(-0.025, "native")
) +
# Add abbreviated node lables with dummy alpha variable to display them in legend
ggraph::geom_node_text(
Expand Down

0 comments on commit e76c37c

Please sign in to comment.