2026 / 2027

Progress points for the EFL League Two 2026 / 2027 season.

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

year = 2026
league = "E3"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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