nesticot commited on
Commit
3966ce9
·
1 Parent(s): f8e8024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -784,7 +784,7 @@ def server(input, output, session):
784
  categories[0:7] = ['G/GP','A/GP','P/GP','PPP/GP','S/GP','Hits/GP','Blk/GP']
785
  _ = sns.barplot(data=test_filter[test_filter.columns[56:63]],x=categories[0:7],y=player[0:7],palette=color_scheme[0:7],edgecolor='black',ax=ax2)
786
 
787
- ax2.set_title(f"Individual Per Game Z-Score (vs {position_player}, min. {str(min_time):.0f} TOI)",fontsize=14,fontname='Century Gothic')
788
 
789
 
790
  #plt.rcParams['xtick.color']='#333F4B'
 
784
  categories[0:7] = ['G/GP','A/GP','P/GP','PPP/GP','S/GP','Hits/GP','Blk/GP']
785
  _ = sns.barplot(data=test_filter[test_filter.columns[56:63]],x=categories[0:7],y=player[0:7],palette=color_scheme[0:7],edgecolor='black',ax=ax2)
786
 
787
+ ax2.set_title(f"Individual Per Game Z-Score (vs {position_player}, min. {min_time:.0f} TOI)",fontsize=14,fontname='Century Gothic')
788
 
789
 
790
  #plt.rcParams['xtick.color']='#333F4B'