2025 / 2026

Progress points for the EFL League One 2025 / 2026 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
AFC Wimbledon
../_images/be72a0b242a59ef24840c2a2f4b6b703d4ff49dfc90002dd8dc884c6f01ac3fe.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/43a7dea19897318b7ce31569087de606599718649cbcb432b5500fe791f641a3.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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