nesticot commited on
Commit
6a38225
·
verified ·
1 Parent(s): e1e54b9

Update pitch_summary_functions.py

Browse files
Files changed (1) hide show
  1. pitch_summary_functions.py +1 -0
pitch_summary_functions.py CHANGED
@@ -638,6 +638,7 @@ def tj_stuff_roling(df,
638
  ax.set_title(f"{window} Pitch Rolling tjStuff+",fontdict=font_properties_titles)
639
  # ax.axis('square')
640
  # ax.set_xlim(left=1)
 
641
  ax.xaxis.set_major_locator(MaxNLocator(integer=True))
642
 
643
  ### BREAK PLOT ###
 
638
  ax.set_title(f"{window} Pitch Rolling tjStuff+",fontdict=font_properties_titles)
639
  # ax.axis('square')
640
  # ax.set_xlim(left=1)
641
+ ax.axhline(y=100,linestyle='--',alpha=0.7.color='k')
642
  ax.xaxis.set_major_locator(MaxNLocator(integer=True))
643
 
644
  ### BREAK PLOT ###