From 94d4a0371590ee507345ac3afc3d50c8fbc135fb Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 11 Jan 2012 13:26:18 +0100 Subject: [PATCH] Make stats figure a bit wider --- tools/nd_apachelogs2subscriptionstats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nd_apachelogs2subscriptionstats b/tools/nd_apachelogs2subscriptionstats index d16ab37..6ecc7c7 100755 --- a/tools/nd_apachelogs2subscriptionstats +++ b/tools/nd_apachelogs2subscriptionstats @@ -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) -- 2.39.2