]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Make stats figure a bit wider
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 11 Jan 2012 12:26:18 +0000 (13:26 +0100)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 11 Jan 2012 12:26:18 +0000 (13:26 +0100)
tools/nd_apachelogs2subscriptionstats

index d16ab3713dffbbd4221e1cf6dae9cd72c4882216..6ecc7c73936e4ed8e0a094ebec6c69bf2dfb587d 100755 (executable)
@@ -25,7 +25,7 @@ dt = [('ip', '|S16'),
 
 
 def make_figure(data):
-    fig = pl.figure(figsize=(12,3))
+    fig = pl.figure(figsize=(14,3))
     ax = fig.add_subplot(121)
     plot_datehist(ax, data, 10, [code for code in cfg.options('release codenames') if cfg.get('release codenames', code).count('Debian')], title="Debian", ymax=10)
     ax = fig.add_subplot(122)