From 6c57b433896ce53b9875d1a834d938b6bd9e59d8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 4 Feb 2012 21:13:50 +0000 Subject: Change line style to linespoints. svn path=/trunk/; revision=4293 --- scripts/analyze-rcynic-history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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("%"))) -- cgit v1.2.3