Update functions/pitch_summary_functions.py
Browse files
functions/pitch_summary_functions.py
CHANGED
|
@@ -715,7 +715,7 @@ def plot_footer(ax:plt.Axes):
|
|
| 715 |
tjStuff+ is normally distributed, where 100 is the mean and Standard Deviation is 10
|
| 716 |
Pitch Grade scales tjStuff+ to the traditional 20-80 Scouting Scale for a given pitch type
|
| 717 |
''',
|
| 718 |
-
ha='center', va='bottom', fontsize=
|
| 719 |
ax.text(1, 1, 'Data: MLB, Fangraphs\nImages: MLB, ESPN', ha='right', va='top', fontsize=24)
|
| 720 |
ax.axis('off')
|
| 721 |
|
|
|
|
| 715 |
tjStuff+ is normally distributed, where 100 is the mean and Standard Deviation is 10
|
| 716 |
Pitch Grade scales tjStuff+ to the traditional 20-80 Scouting Scale for a given pitch type
|
| 717 |
''',
|
| 718 |
+
ha='center', va='bottom', fontsize=12)
|
| 719 |
ax.text(1, 1, 'Data: MLB, Fangraphs\nImages: MLB, ESPN', ha='right', va='top', fontsize=24)
|
| 720 |
ax.axis('off')
|
| 721 |
|