diff options
author | Rob Austein <sra@hactrn.net> | 2011-11-10 00:51:17 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-11-10 00:51:17 +0000 |
commit | 2640b5c464a73b11ad2f28b33d109278c26151b0 (patch) | |
tree | b97645d5311cfc6a967db4837e524de68f6c1b73 /scripts | |
parent | 44f6a95465dbf4ebd2c32af9050e08b8cf152463 (diff) |
Cleanup
svn path=/trunk/; revision=4077
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analyze-rcynic-history.py | 10 |
1 files changed, 2 insertions, 8 deletions
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): |