diff --git a/lektion1/Lektion_1.qmd b/lektion1/Lektion_1.qmd index 35b6222..3faa1d2 100644 --- a/lektion1/Lektion_1.qmd +++ b/lektion1/Lektion_1.qmd @@ -192,7 +192,7 @@ bike %>% select(member) %>% summary() ggplot(bike) + aes(x = season, y = total) + - geom_col(fill = "#112446") + + geom_boxplot(fill = "#112446") + theme_minimal() ```