AdmcCarthy / Investigating_Baseball_Data

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

Frequency polygons #23

Closed AdmcCarthy closed 7 years ago

AdmcCarthy commented 7 years ago

Make these for comparing categorical values and their distributions. Set y to proportion instead of total count.

Compare to categorical comparisson of kde

AdmcCarthy commented 7 years ago

Make a histogram, get the central value and plot as a line plot separately.

AdmcCarthy commented 7 years ago

Tested, looks like it will work

AdmcCarthy commented 7 years ago

Style: Use circles with white fill. Set circle size as related to the total number of categorical variables

AdmcCarthy commented 7 years ago

Unable to modify circle (marker) style without some serious hacking. Would need to clear display of Seaborns points, share axis with matplotlib plot (which I can´t figure out how) and the replot points using custom marker parameters.