Label x and y arguments in aes(), closes #1159
This commit is contained in:
@@ -23,6 +23,6 @@ The distribution of the remainder is shown below:
|
||||
#| echo: false
|
||||
|
||||
smaller |>
|
||||
ggplot(aes(carat)) +
|
||||
ggplot(aes(x = carat)) +
|
||||
geom_freqpoly(binwidth = 0.01)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user