Index: trunk/tools/wsor/editor_lifecycle/rateperedits.py |
— | — | @@ -1,6 +1,8 @@ |
2 | 2 | #!/usr/bin/python |
3 | 3 | |
4 | | -'''plots number of edits vs activity rate ''' |
| 4 | +''' Plots number of edits vs activity rate. Reproduces similar plot from |
| 5 | +Radicchi (2009), Phys. Rev. E 80, 026118, that used data from a snapshot of the |
| 6 | +logging table from 2008. ''' |
5 | 7 | |
6 | 8 | import re |
7 | 9 | import os |