From 2640b5c464a73b11ad2f28b33d109278c26151b0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 10 Nov 2011 00:51:17 +0000 Subject: Cleanup svn path=/trunk/; revision=4077 --- scripts/analyze-rcynic-history.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/analyze-rcynic-history.py b/scripts/analyze-rcynic-history.py index f4e9305d..12c2d8ea 100644 --- a/scripts/analyze-rcynic-history.py +++ b/scripts/analyze-rcynic-history.py @@ -243,14 +243,8 @@ def plotter(f, hostnames, field, logscale = False): f.write(""" set xdata time set timefmt '%Y-%m-%dT%H:%M:%SZ' - #set format x '%H:%M:%S' - #set format x '%m-%d' - #set format x '%a%H' - #set format x '%H:%M' - #set format x '%a%H:%M' - #set format x "%a\\n%H:%M" - #set format x "%m-%d\\n%H:%M" - set format x '%m/%d' + #set format x '%m/%d' + set format x '%b%d' #set title '""" + title + """' plot""" + ",".join(" '-' using 1:2 with lines title '%s'" % h for h in hostnames) + "\n") for i in xrange(1, n): -- cgit v1.2.3