gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Clarify units for y axis for the tile delta plot


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH] Clarify units for y axis for the tile delta plot
Date: Sun, 5 Apr 2015 13:29:55 +0800

---
 gpsprof | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpsprof b/gpsprof
index 963eea6..619938a 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()
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]