nesticot commited on
Commit
c255efc
·
verified ·
1 Parent(s): c58382a

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +1 -1
functions/PitchPlotFunctions.py CHANGED
@@ -390,7 +390,7 @@ class PitchPlotFunctions:
390
  mean_arm_angle = df_aa.mean()
391
  x_end = 30
392
  y_end = x_end * np.tan(np.radians(mean_arm_angle))
393
- ax.plot([0, x_end], [0, y_end], color='grey', linestyle='--', linewidth=2,zorder=0)
394
 
395
 
396
 
 
390
  mean_arm_angle = df_aa.mean()
391
  x_end = 30
392
  y_end = x_end * np.tan(np.radians(mean_arm_angle))
393
+ ax.plot([0, x_end], [0, y_end], color='grey', linestyle='--', linewidth=2,zorder=0,alpha=0.7)
394
 
395
 
396