JoGall / soccermatics

Tools for visualisation and analysis of soccer tracking and event data
308 stars 36 forks source link

Add title, subtitle options to function soccerShotmap() #11

Closed JoGall closed 5 years ago

JoGall commented 5 years ago

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?