diff --git a/chapters/11-estimands.qmd b/chapters/11-estimands.qmd index bcc1750..72e5559 100644 --- a/chapters/11-estimands.qmd +++ b/chapters/11-estimands.qmd @@ -975,7 +975,7 @@ dagify( coords = time_ordered_coords() ) |> ggdag(use_text = FALSE) + - geom_dag_text_repel(aes(label = name)) + + geom_dag_text_repel(aes(label = name), box.padding = 1.8, direction = "x") + theme_dag() ``` diff --git a/chapters/11-estimands_files/figure-html/unnamed-chunk-33-1.png b/chapters/11-estimands_files/figure-html/unnamed-chunk-33-1.png index f47fbb6..92e6f35 100644 Binary files a/chapters/11-estimands_files/figure-html/unnamed-chunk-33-1.png and b/chapters/11-estimands_files/figure-html/unnamed-chunk-33-1.png differ