summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2015-04-05 13:29:55 +0800
committerEric S. Raymond <esr@thyrsus.com>2015-04-05 05:02:17 -0400
commit03eca8a43a0c95a72e8053b6f3893c09bd75ac03 (patch)
treedd7c40b6e2e60ec12f0ddaab93dcbd5192d3bb27 /gpsprof
parent016f13b4dd77816f5b310a6154c8679cdcb1a224 (diff)
downloadgpsd-03eca8a43a0c95a72e8053b6f3893c09bd75ac03.tar.gz
Clarify units for y axis for the tile delta plot
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index f21dd0bd..f1c11fe8 100755
--- a/gpsprof
+++ b/gpsprof
@@ -300,7 +300,7 @@ class timeplot(plotter):
fmt = '''\
set autoscale
set key below
-set key title "System clock delta from GPS time"
+set ylabel "System clock delta from GPS time (nsec)"
plot "-" using 0:((column(1)-column(3))*1e9 + (column(2)-column(4))) title "Delta" with impulses
'''
return fmt + self.header() + self.data()