2025 / 2026

Progress points for the La Liga 2025 / 2026 season.

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg
year = 2025
league = "SP1"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
Levante
Oviedo
../_images/bc471e13ff8a9300ed8531914a8aff5fdea81cb3539a26e5972cf9882205bdec.svg

Extrapolated Points

Final points assuming each team continues to score points at the same rate as they have so far.

proggyleg.autoplot(year, league, which="extrapolated");
../_images/9912d31cfa95863ce8440b81b709fbc81a0389aaab683718123e2906ff84a09e.svg

Position

proggyleg.autoplot(year, league, which="position");
../_images/b0d8537beb3b639baf8deefc92b281bd057631b1db2d50571c988d577b2e3b8d.svg

Rolling Form

Exponential weighted moving average of points won per game.

proggyleg.autoplot(year, league, which="form");
../_images/0a09bcbdf69121769fd886df3340ab25ab1466754d32627b4f93acdc8e3d4961.svg