2026 / 2027

Progress points for the La Liga 2026 / 2027 season.

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg

year = 2026
league = "SP1"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/245287e765faa664863c1d9462e0abd2402f8028cb1ca95e98339b7b03978137.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/ef0edf018198af489ec6122551f44d58424e24881f48b8583694a97951d0407a.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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