Setting custom bin edges for a histogram
1. Use numpy's arange function
2. The first argument is the leftmost bin edge
3. The second argument is the upper limit
4. The third argument is the bin width
5. Add 1 to the max value to include the maximum data value in the rightmost bin edge