JoGall/soccermatics

Add title, subtitle options to function soccerShotmap()

Closed this issue · 0 comments

soccerShotmap() currently rotates a soccerPitch pitch by 90° using coord_flip(), which ends up occluding a title and/or subtitle added above the plot.

Maybe redraw half pitch horizontally or find a solution with grid or gridExtra?