Skip to content

Commit

Permalink
State that histogram bins must have uniform width. Closes clauswilke#94.
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Mar 10, 2019
1 parent fd09dc7 commit 70c9fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualizing_distributions_I.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ knitr::kable(
```

We can visualize this table by drawing filled rectangles whose heights correspond to the counts and whose widths correspond to the width of the age bins (Figure \@ref(fig:titanic-ages-hist1)). Such a visualization is called a histogram.
We can visualize this table by drawing filled rectangles whose heights correspond to the counts and whose widths correspond to the width of the age bins (Figure \@ref(fig:titanic-ages-hist1)). Such a visualization is called a histogram. (Note that all bins must have the same width for the visualization to be a valid histogram.)

(ref:titanic-ages-hist1) Histogram of the ages of Titanic passengers.

Expand Down

0 comments on commit 70c9fe2

Please sign in to comment.