igroffman commited on
Commit
e0f167a
·
verified ·
1 Parent(s): 53278e7

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -1513,7 +1513,7 @@ create_tableau_location_plot <- function(pitcher_df, pitch_colors) {
1513
  "3B" = 17, "HR" = 18, "Out" = 4, "Other" = 16),
1514
  name = "Result"
1515
  ) +
1516
- coord_fixed(xlim = c(-1.8, 1.8), ylim = c(0, 4.2)) +
1517
  labs(title = "Location Report") +
1518
  theme_minimal() +
1519
  theme(
 
1513
  "3B" = 17, "HR" = 18, "Out" = 4, "Other" = 16),
1514
  name = "Result"
1515
  ) +
1516
+ coord_fixed(xlim = c(-2.2, 2.2), ylim = c(0, 4.2)) +
1517
  labs(title = "Location Report") +
1518
  theme_minimal() +
1519
  theme(