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");
../_images/ba287051d010e90585052d6e750ada3d6459e69a8188124fdc9e28148c115f22.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/a4875819cd6154a41c52018dc7a5a60f88573435521c59a351d29cd61531d1fc.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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