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
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");
Position¶
proggyleg.autoplot(year, league, which="position");
Rolling Form¶
Exponential weighted moving average of points won per game.
proggyleg.autoplot(year, league, which="form");