Andrew Rowlinson

Results 18 issues of Andrew Rowlinson

Events/ lineup files 7298.json are included from the 2017-18 season of the FA Women's Super League. There's no match information as the season shouldn't be available in the open-data. This...

Added read_big5_season_stats to rbref.py for efficiently reading the data from the big five leagues (England, Italy, France, Germany, Spain).

Hi, Your package looks great! I am thinking of making a couple of fbref examples using soccerdata for mplsoccer. I was wondering whether you would consider flattening the multi-level index/...

discussion

It would be great to add mplsoccer to the conda-forge channel.

enhancement

Add a 3D pitch class.

enhancement

Add an example of visualizing a stream of event data. Inspiration: - https://github.com/TomDecroos/matplotsoccer - https://twitter.com/jonollington/status/1345493362426707969 The examples are structured as python scripts using Sphinx Gallery. See the following guide about...

documentation
help wanted
good first issue

Utdarena had an idea for a beginners guide on "Getting Started with mplsoccer": - what to download - installing packages correctly - any other elements. It would be good to...

documentation
good first issue

A direction play/attack arrow is often displayed on pitches. Add an example to the gallery of ways of doing this. The examples are found here: - mplsoccer/examples/pitch_plots The examples are...

documentation
help wanted
good first issue

Implement curved text for radars and pizza plots. @petermckeeverPerform recommended that the text labels for the parameter names (e.g. expected goals) around the edges of the radar/pizza plot look curved....

help wanted

Add a scatter density method to the Pitch classes. Inspiration: - https://twitter.com/etmckinley/status/1169256582145703937 - https://github.com/LKremer/ggpointdensity In principle, this could be added by using the `c` and `cmap` arguments of Axes.scatter. Calculating...

enhancement
help wanted