r113495 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113494‎ | r113495 | r113496 >
Date:18:30, 9 March 2012
Author:giovanni
Status:new
Tags:
Comment:
removed todo from rates, fixed ylabel in plot produced by rateperedits
Modified paths:
  • /trunk/tools/wsor/editor_lifecycle/lifecycle/rates.py (modified) (history)
  • /trunk/tools/wsor/editor_lifecycle/scripts/rateperedits.py (modified) (history)

Diff [purge]

Index: trunk/tools/wsor/editor_lifecycle/lifecycle/rates.py
@@ -21,8 +21,6 @@
2222 http://www.gnu.org/copyleft/gpl.html
2323 '''
2424
25 -# TODO adapts to sparse matrices!
26 -
2725 import os
2826 import sys
2927
Index: trunk/tools/wsor/editor_lifecycle/scripts/rateperedits.py
@@ -83,7 +83,7 @@
8484 pp.xlim(1,2e6)
8585 pp.ylim(1e-9,.1)
8686 pp.xlabel('edits')
87 - pp.ylabel(r'activity (${\rm sec} ^ {-1}$)')
 87+ pp.ylabel('activity (1/s)')
8888 pp.draw()
8989 pp.show()
9090

Status & tagging log