Skip to content

Commit 4e9f438

Browse files
committed
plot colors
1 parent a1bc7a8 commit 4e9f438

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

vignettes/french-creek.Rmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,14 @@ sm_input |>
255255
scales = "free_y",
256256
labeller = ggplot2::as_labeller(labels, label_parsed)
257257
) +
258+
scale_color_manual(
259+
values = c(
260+
depth = "#333333",
261+
temp.water = "#e8000d",
262+
light.obs = "#f2a900",
263+
light.calc = "#f5c542"
264+
)
265+
) +
258266
labs(x = "Solar time", y = NULL, color = "Variable") +
259267
theme_bw()
260268
```

0 commit comments

Comments
 (0)