Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 3, 2024
1 parent eea0027 commit b735100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.check_dag.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ plot.see_check_dag <- function(x,
),
ggdag::scale_adjusted(),
ggdag::geom_dag_label(
ggplot2::aes(label = .data$name, color = .data$type),
ggplot2::aes(label = .data$name),
size = size_text
),
ggdag::theme_dag(
Expand Down

0 comments on commit b735100

Please sign in to comment.