andrewRowlinson / mplsoccer

Football pitch plotting library for matplotlib
MIT License
405 stars 82 forks source link

Added Scatter Density method to Pitch classes #34

Open opengoalapp opened 3 years ago

opengoalapp commented 3 years ago

Proposed implementation of #7

New scatterdensity method which modifies existing scatter method with point colour derived from gaussian kde value at each point as suggested in the issue comment.

Added example file as well.