From 03eca8a43a0c95a72e8053b6f3893c09bd75ac03 Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Sun, 5 Apr 2015 13:29:55 +0800 Subject: Clarify units for y axis for the tile delta plot --- gpsprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsprof') 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() -- cgit v1.2.1