2025 / 2026

Progress points for the Scottish Premiership 2025 / 2026 season.

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

year = 2025
league = "SC0"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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