Skip to content

Commit 6b6b211

Browse files
committed
tweak vignette
1 parent 1bc1233 commit 6b6b211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/tidyhydat_an_introduction.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ runoff_data <- hy_daily_flows(station_number = stns, start_date = "2000-01-01")
126126
ggplot(runoff_data) +
127127
geom_line(aes(x = Date, y = runoff, colour = STATION_NAME)) +
128128
labs(y = "Mean daily runoff [mm/d]") +
129-
theme_minimal()
129+
theme_minimal() +
130+
theme(legend.position = "bottom")
130131
```
131132

132133

0 commit comments

Comments
 (0)