-
Notifications
You must be signed in to change notification settings - Fork 0
[scatter-shot-chart] Basketball Shot Chart #4416
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:failedseaborn max retries exhaustedseaborn max retries exhaustedspec-readySpecification merged to mainSpecification merged to main
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:failedplotnine max retries exhaustedplotnine max retries exhaustedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:failedseaborn max retries exhaustedseaborn max retries exhaustedspec-readySpecification merged to mainSpecification merged to main
Projects
Status
Done
Description
A basketball shot chart overlays shooting data on a half-court diagram, showing shot locations colored by outcome (made/missed) or as a heatmap showing shooting efficiency by zone. Essential for basketball analytics and player evaluation.
Applications
Data
x(numeric) — horizontal court position (feet from basket)y(numeric) — vertical court position (feet from basket)made(boolean) — shot outcome (made=True, missed=False)shot_type(categorical) — 2-pointer, 3-pointer, free throwNotes