diff options
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): |