small edits
This commit is contained in:
parent
f79c8d5a90
commit
891eca1a00
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ weather |>
|
|||
group_by(city, month) |>
|
||||
summarise(median_days_above_4hr = median(days_above_4hr)) |>
|
||||
ggplot() +
|
||||
scale_x_continuous(breaks = seq(1,12,1)) +
|
||||
geom_line(aes(x = month,
|
||||
y = median_days_above_4hr,
|
||||
color = city)) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue