Friends-of-Tracking-Data-FoTD/passing-networks-in-python

ValueError: Image size of 808718x276116 pixels is too large. It must be less than 2^16 in each direction. <matplotlib.figure.Figure at 0x7f7c7ba28668>

BlazJurisic opened this issue · 0 comments

Hello, thanks for this wonderful example!

I stumbled up on this error from matplotlib:

ValueError: Image size of 808718x276116 pixels is too large. It must be less than 2^16 in each direction.
<matplotlib.figure.Figure at 0x7f7c7ba28668>

I tried to reduce number of players displayed on a map to see if that would work but unfortunately nothing changed.

Anyone have an idea of what could go wrong?

Thanks!