Update functions/PitchPlotFunctions.py
Browse files
functions/PitchPlotFunctions.py
CHANGED
|
@@ -571,7 +571,7 @@ class PitchPlotFunctions:
|
|
| 571 |
# Create subplot for the footer
|
| 572 |
ax_footer = fig.add_subplot(gs[-2, :])
|
| 573 |
|
| 574 |
-
Plot the selected pitch movement plot
|
| 575 |
if plot_picker == 'short_form_movement':
|
| 576 |
self.break_plot_big(df, ax_main_plot, sport_id=sport_id)
|
| 577 |
elif plot_picker == 'long_form_movement':
|
|
|
|
| 571 |
# Create subplot for the footer
|
| 572 |
ax_footer = fig.add_subplot(gs[-2, :])
|
| 573 |
|
| 574 |
+
# Plot the selected pitch movement plot
|
| 575 |
if plot_picker == 'short_form_movement':
|
| 576 |
self.break_plot_big(df, ax_main_plot, sport_id=sport_id)
|
| 577 |
elif plot_picker == 'long_form_movement':
|