lektion 1
This commit is contained in:
@@ -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()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user