summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index ea9cd335..360a8c11 100755
--- a/gpsprof
+++ b/gpsprof
@@ -283,7 +283,7 @@ set key title "Analyzed latency"
set key below
plot \\\n'''
for (i, legend) in enumerate(legends):
- j = len(legends) - i + 3
+ j = len(legends) - i + 4
fmt += ' "-" using 0:%d title "%s" with impulses, \\\n' % (j, legend)
fmt = fmt[:-4] + "\n"
return fmt + self.header() + (self.data() + "e\n") * len(legends)