Spaces:
Running
Running
Update app.R
Browse files
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(-
|
| 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(
|