Index: trunk/tools/wsor/editor_lifecycle/lifecycle/rates.py |
— | — | @@ -21,8 +21,6 @@ |
22 | 22 | http://www.gnu.org/copyleft/gpl.html |
23 | 23 | ''' |
24 | 24 | |
25 | | -# TODO adapts to sparse matrices! |
26 | | - |
27 | 25 | import os |
28 | 26 | import sys |
29 | 27 | |
Index: trunk/tools/wsor/editor_lifecycle/scripts/rateperedits.py |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | pp.xlim(1,2e6) |
85 | 85 | pp.ylim(1e-9,.1) |
86 | 86 | pp.xlabel('edits') |
87 | | - pp.ylabel(r'activity (${\rm sec} ^ {-1}$)') |
| 87 | + pp.ylabel('activity (1/s)') |
88 | 88 | pp.draw() |
89 | 89 | pp.show() |
90 | 90 | |