nesticot commited on
Commit
904fc53
·
verified ·
1 Parent(s): f964fd8

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +1 -1
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':