diff options
author | Rob Austein <sra@hactrn.net> | 2012-02-04 21:13:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-02-04 21:13:50 +0000 |
commit | 6c57b433896ce53b9875d1a834d938b6bd9e59d8 (patch) | |
tree | cb6ae34ec2c8390899cc2e1de8ebaaba19356f7e /scripts/analyze-rcynic-history.py | |
parent | f60cac5473f0fb956697105373ab35625cb40919 (diff) |
Change line style to linespoints.
svn path=/trunk/; revision=4293
Diffstat (limited to 'scripts/analyze-rcynic-history.py')
-rw-r--r-- | scripts/analyze-rcynic-history.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/analyze-rcynic-history.py b/scripts/analyze-rcynic-history.py index 318c513c..7d918198 100644 --- a/scripts/analyze-rcynic-history.py +++ b/scripts/analyze-rcynic-history.py @@ -173,7 +173,7 @@ def plotter(f, hostnames, field, logscale = False): #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") + plot""" + ",".join(" '-' using 1:2 with linespoints pointinterval 500 title '%s'" % h for h in hostnames) + "\n") for i in xrange(1, n): for plotline in plotlines: f.write("%s %s\n" % (plotline[0], plotline[i].rstrip("%"))) |