nesticot commited on
Commit
bc00d5b
1 Parent(s): 7e5fafe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -793,8 +793,8 @@ def server(input, output, session):
793
  ax_left.text(x=-1.72, y=5.08, s='Strikes', rotation=90,fontweight='bold')
794
  ax_right.text(x=-1.72, y=5.08, s='Strikes', rotation=90,fontweight='bold')
795
 
796
- ax_left.text(x=0, y=6.1, s='Balls',ha='center',fontweight='bold')
797
- ax_right.text(x=0, y=6.1, s='Balls',ha='center',fontweight='bold')
798
  #cbar.ax.set_xticklabels(cbar.ax.get_xticklabels(), ha='center')
799
  fig.subplots_adjust(left=0.01, right=0.99, top=0.95, bottom=0.05)
800
  return
 
793
  ax_left.text(x=-1.72, y=5.08, s='Strikes', rotation=90,fontweight='bold')
794
  ax_right.text(x=-1.72, y=5.08, s='Strikes', rotation=90,fontweight='bold')
795
 
796
+ ax_left.text(x=0, y=6.03, s='Balls',ha='center',fontweight='bold')
797
+ ax_right.text(x=0, y=6.03, s='Balls',ha='center',fontweight='bold')
798
  #cbar.ax.set_xticklabels(cbar.ax.get_xticklabels(), ha='center')
799
  fig.subplots_adjust(left=0.01, right=0.99, top=0.95, bottom=0.05)
800
  return