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

Update pitch_summary_functions.py

Browse files
Files changed (1) hide show
  1. pitch_summary_functions.py +1 -1
pitch_summary_functions.py CHANGED
@@ -638,7 +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.axhline(y=100,linestyle='--',alpha=0.7.color='k')
642
  ax.xaxis.set_major_locator(MaxNLocator(integer=True))
643
 
644
  ### 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 ###