Understanding the Problem
The problem with our histogram is that it isn't formatted properly.
We'll cover the following...
In this lecture, we are going to talk about the issue with our chart. Presently, there are 365 bars in the chart.
Some of them overlap one another. That is not necessarily the problem. The problem is that each bar represents one value. Histograms are not charts that display a single value. The goal of a histogram is to show frequency within a dataset.
Let’s look at our dummy example to understand how a histogram works again.
[10, 10, 10, 10, 30, 50, 50, 80, 80, 100]
...