Select Pitcher & Batter Matchup




{% if not matchup_set %}
{% endif %}
{% if matchup_set %}
Reset Matchup


{% if not outcome %}

{% else %}

{{ outcome }}

Start New At-Bat {% endif %}


Current Count: {{ balls }} Balls - {{ strikes }} Strikes

{% if pitch_logs %}

At-Bat Play-by-Play:

{% for line in pitch_logs %}
Pitch {{ loop.index }}: {{ line.display_text }}

Umpire Call:
{{ line.ump_call }}
Average Swing Probability:
{{ line.avg_swing }}

Simulated Outcome Probabilities

{% endfor %}
{% endif %}
{% endif %}