andrewRowlinson / mplsoccer

Football pitch plotting library for matplotlib
MIT License
394 stars 80 forks source link

Add visualizing a stream of event data example #9

Open andrewRowlinson opened 3 years ago

andrewRowlinson commented 3 years ago

Add an example of visualizing a stream of event data.

Inspiration:

The examples are structured as python scripts using Sphinx Gallery. See the following guide about how to structure these scripts files: https://sphinx-gallery.github.io/stable/syntax.html

FinancialPenguin commented 2 years ago

Hi, with the help of fcpython I came with this: Figure_1 Is this + the code what you're looking for? If so, where would you want the code to be added?

andrewRowlinson commented 2 years ago

Hi @FinancialPenguin, thanks for the example. @danielazevedo already provided some code for this, which is in a branch. I am trying to add some code to the StatsBomb module to make it easier to create event stream data, but it's not finished yet. I will add the example when I finish the code.