AdmcCarthy / Investigating_Baseball_Data

An investigation of the Lahman´s Baseball Database
MIT License
0 stars 0 forks source link

Histogram bins, put at centre instead of left #31

Closed AdmcCarthy closed 7 years ago

AdmcCarthy commented 7 years ago

Plotting currently at left. This is incorrect for a histogram plot. The boundaries lie on two values.

AdmcCarthy commented 7 years ago

Done