nesticot commited on
Commit
b53f260
·
verified ·
1 Parent(s): 7486baf

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +1 -1
functions/PitchPlotFunctions.py CHANGED
@@ -557,7 +557,7 @@ class PitchPlotFunctions:
557
 
558
  # Create a figure and a gridspec with 6 rows and 5 columns
559
  fig = plt.figure(figsize=(9, 9))
560
- gs = gridspec.GridSpec(6, 5, figure=fig, height_ratios=[0.00000000005, 5, 30, 7, 2, 0.00000000005], width_ratios=[1, 10, 10, 10, 1])
561
  gs.update(hspace=0.1, wspace=0.1)
562
  # Create subplots for player headshot, bio, and logo
563
  ax_headshot = fig.add_subplot(gs[1, 1])
 
557
 
558
  # Create a figure and a gridspec with 6 rows and 5 columns
559
  fig = plt.figure(figsize=(9, 9))
560
+ gs = gridspec.GridSpec(6, 5, figure=fig, height_ratios=[0.001, 5, 30, 7, 2, 0.001], width_ratios=[7.001, 10, 10, 10, 7.001])
561
  gs.update(hspace=0.1, wspace=0.1)
562
  # Create subplots for player headshot, bio, and logo
563
  ax_headshot = fig.add_subplot(gs[1, 1])