]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd_apachelogs2subscriptionstats
Make stats figure a bit wider
[neurodebian.git] / 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)