Skip to content

Commit

Permalink
error in xlab
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalab committed May 24, 2021
1 parent 01d919d commit 19b54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataviz/distributions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ heights %>%
filter(sex == "Female") %>%
ggplot(aes(height)) +
geom_histogram(binwidth = 1, fill = "blue", col = "black") +
xlab("Male heights in inches") +
xlab("Female heights in inches") +
ggtitle("Histogram")
```

Expand Down

0 comments on commit 19b54b3

Please sign in to comment.