From: Michael Hanke Date: Wed, 4 Jul 2012 13:19:11 +0000 (+0200) Subject: Slight adjustment of the download stats range X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1b0691500f698603b20864fd9a37b706f7b03a39;p=neurodebian.git Slight adjustment of the download stats range no going to high, beause July is still changing. --- diff --git a/tools/nd_apachelogs2subscriptionstats b/tools/nd_apachelogs2subscriptionstats index ba783c8..c7c15d6 100755 --- a/tools/nd_apachelogs2subscriptionstats +++ b/tools/nd_apachelogs2subscriptionstats @@ -131,4 +131,4 @@ if __name__ == '__main__': date = datetime.strptime(date, "%d %b %Y") data.append((ip.strip(), loc, suite, date2num(date))) data = np.array(data, dtype=dt) - make_figure(data, ymax=18).savefig(sys.argv[1], bbox_inches='tight', dpi=60) + make_figure(data, ymax=21).savefig(sys.argv[1], bbox_inches='tight', dpi=60)