Skip to content

[scatter-shot-chart] Basketball Shot Chart #4416

@MarkusNeusinger

Description

@MarkusNeusinger

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

  • Analyzing player shooting tendencies and efficiency by court zone
  • Scouting opposing players' preferred shooting locations
  • Evaluating team offensive strategies
  • Sports journalism and broadcast visualization

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 throw
  • Size: 100-1000 shots per player

Notes

  • Draw accurate half-court with three-point line, free throw line, paint area, basket
  • Color points by made/missed (green/red) or use hexbin heatmap for shooting percentage
  • Include shooting percentage annotation per zone
  • Use NBA standard court dimensions (50ft × 47ft visible)

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions