We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bc7a8 commit 4e9f438Copy full SHA for 4e9f438
1 file changed
vignettes/french-creek.Rmd
@@ -255,6 +255,14 @@ sm_input |>
255
scales = "free_y",
256
labeller = ggplot2::as_labeller(labels, label_parsed)
257
) +
258
+ scale_color_manual(
259
+ values = c(
260
+ depth = "#333333",
261
+ temp.water = "#e8000d",
262
+ light.obs = "#f2a900",
263
+ light.calc = "#f5c542"
264
+ )
265
+ ) +
266
labs(x = "Solar time", y = NULL, color = "Variable") +
267
theme_bw()
268
```
0 commit comments