nesticot commited on
Commit
9720f3b
1 Parent(s): 14be350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -544,7 +544,7 @@ def server(input, output, session):
544
  shade=True,
545
  ax=ax_left,
546
  thresh=0.3,
547
- bw_adjust=0.8)
548
  else:
549
  sns.scatterplot(data=df_plot[df_plot['batter_hand']=='L'],
550
  x='px',
@@ -561,7 +561,7 @@ def server(input, output, session):
561
  shade=True,
562
  ax=ax_right,
563
  thresh=0.3,
564
- bw_adjust=0.8)
565
  else:
566
  sns.scatterplot(data=df_plot[df_plot['batter_hand']=='R'],
567
  x='px',
 
544
  shade=True,
545
  ax=ax_left,
546
  thresh=0.3,
547
+ bw_adjust=1)
548
  else:
549
  sns.scatterplot(data=df_plot[df_plot['batter_hand']=='L'],
550
  x='px',
 
561
  shade=True,
562
  ax=ax_right,
563
  thresh=0.3,
564
+ bw_adjust=1)
565
  else:
566
  sns.scatterplot(data=df_plot[df_plot['batter_hand']=='R'],
567
  x='px',