Spaces:
Running
Running
Update pitch_summary_functions.py
Browse files
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 ###
|