r78619 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78618‎ | r78619 | r78620 >
Date:07:57, 20 December 2010
Author:rfaulk
Status:deferred
Tags:
Comment:
added grid to plotting
Modified paths:
  • /trunk/fundraiser-statistics/fundraiser-scripts/fundraiser_reporting.py (modified) (history)

Diff [purge]

Index: trunk/fundraiser-statistics/fundraiser-scripts/fundraiser_reporting.py
@@ -262,6 +262,7 @@
263263 for i in range(num_keys):
264264 pylab.plot(x, y_lists[i], line_types[i])
265265
 266+ pylab.grid()
266267 pylab.xlim(ranges[0], ranges[1])
267268 pylab.legend(labels,loc=2)
268269
@@ -469,6 +470,7 @@
470471 pylab.plot(times[key], counts[key], line_types[count])
471472 count = count + 1
472473
 474+ pylab.grid()
473475 pylab.xlim(ranges[0], ranges[1])
474476 pylab.legend(count_keys,loc=2)
475477

Status & tagging log