nesticot commited on
Commit
75e948a
·
verified ·
1 Parent(s): fc4ba39

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +1 -0
functions/PitchPlotFunctions.py CHANGED
@@ -544,6 +544,7 @@ class PitchPlotFunctions:
544
 
545
  # Create a figure and a gridspec with 6 rows and 5 columns
546
  fig = plt.figure(figsize=(9, 9))
 
547
  gs = gridspec.GridSpec(6, 5, figure=fig, height_ratios=[0.001, 5, 30, 7, 2, 0.001], width_ratios=[8.501, 10, 10, 10, 8.501])
548
  gs.update(hspace=0.1, wspace=0.1)
549
  # Create subplots for player headshot, bio, and logo
 
544
 
545
  # Create a figure and a gridspec with 6 rows and 5 columns
546
  fig = plt.figure(figsize=(9, 9))
547
+ fig.set_facecolor('#ffffff')
548
  gs = gridspec.GridSpec(6, 5, figure=fig, height_ratios=[0.001, 5, 30, 7, 2, 0.001], width_ratios=[8.501, 10, 10, 10, 8.501])
549
  gs.update(hspace=0.1, wspace=0.1)
550
  # Create subplots for player headshot, bio, and logo