Skip to content

Instantly share code, notes, and snippets.

@batpigandme
Created February 24, 2016 18:37
Show Gist options
  • Save batpigandme/177eb92e1e38d52cd41f to your computer and use it in GitHub Desktop.
Save batpigandme/177eb92e1e38d52cd41f to your computer and use it in GitHub Desktop.
Make a density plot of Steph Curry's three point percentages so far this season by game.
d3pct <- density(steph_gls$three_pointers_pct)
plot(d3pct)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment