Pitcher Outing Breakdown
This Python script analyzes and visualizes a pitcher’s outing using TrackMan data. It filters game data for a specific pitcher and creates detailed breakdowns of pitch movement, release point, and location, all in one figure.
Features
Filters TrackMan CSV data for a selected pitcher
Plots pitch movement (horizontal vs vertical break)
Displays release point and pitch location visuals
Color-codes pitches by type for quick comparison
Automatically adds game title and opponent info
Requirements
Python 3.x
pandas
matplotlib
Usage
Update pitcherName and CSV file path in the script.
Run the script:
python PitcherOutingBreakdownFinal.py
The output figure shows multiple panels visualizing the outing.
