I have a dataset for the 2002 NYC Marathon and the places of each person. I also have the gender for each person.
When I plot a histogram, grouping by gender, the counts for female are off!
When I plot a FreqPoly plot, the distribution is as expected based on the data.
Can anyone explain this discrepency? The red bars are for females and the blue bar is for males. The same colors apply to the freq_poly graph.
The red line is where the female racers' counts should be, but the histogram shows them at much higher values. Why?


