I was asked to prepare more stats similar to these charts.
So I present number of active users by colors, both absolute and relative, for lifetime of Codeforces.
Active users means users who: - participated in a rated contest in 6 months preceding given date - participated in at least 1 rated contest
Tooling is contained in this repo. It consists of: - java application downloading and caching contests' results, calculating data rows - python script generating the plots Repo also contains the data produced by java application.