Skip to content

Commit 76fcee1

Browse files
reverse colors
1 parent 4633d59 commit 76fcee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/raw/01-causal_modeling_whole_game.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ ggplot(
316316
geom_vline(xintercept = 0.1, color = "black", linewidth = 0.3) +
317317
theme_minimal(base_size = 20) +
318318
theme(axis.title.y = element_blank()) +
319-
scale_color_manual(values = c("grey85", "#00BFC4")) +
320-
scale_fill_manual(values = c("grey85", "#00BFC4")) +
319+
scale_color_manual(values = c("#00BFC4", "grey85")) +
320+
scale_fill_manual(values = c("#00BFC4", "grey85")) +
321321
xlim(0, .3)
322322
```
323323

0 commit comments

Comments
 (0)