gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] [PATCH] Gnuplot sample command lines


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH] Gnuplot sample command lines
Date: Mon, 25 Nov 2013 19:53:07 +0800

1. Minor typo in example
2. Added second example for thos with an X11-aware gnuplot
---
 leapsecond.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/leapsecond.py b/leapsecond.py
index 286dc9d..df6bf49 100755
--- a/leapsecond.py
+++ b/leapsecond.py
@@ -29,9 +29,11 @@ Options:
   -v be verbose
 
   -g generate a plot of the leap-second trend over time. The command you
-     probably want is something like
+     probably want is something like (depending on if your gnuplot install
+     does or does not support X11.
 
-     leapsecond.py -g leapsecond.cache | gnuplot -e 'set terminal svg' - | 
display
+     leapsecond.py -g leapseconds.cache | gnuplot --persist
+     leapsecond.py -g leapseconds.cache | gnuplot -e 'set terminal svg' - | 
display
 
   -n compute Unix gmt time for an IERS leap-second event given as a 
three-letter
      English Gregorian month abbreviation followed by a 4-digit year.
-- 
1.8.4.4




reply via email to

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