Guest User

Untitled

a guest
Jun 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. > ggplot(edited_pitch_table[edited_pitch_table$bat_id ==645277 & edited_pitch_table$year == 2017,], aes(x, y))+
  2. + geom_point(aes(color=pitch_res))+
  3. + xlim(0,250)+
  4. + ylim(0,250)+
  5. + labs(title='Dominic Smith Pitches, 2017', subtitle='Source: MiLB Pitch Data')
Add Comment
Please, Sign In to add comment