summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-07-21 15:31:37 -0700
committerGary E. Miller <gem@rellim.com>2016-07-21 15:31:37 -0700
commitaace4ba99a359d9ec6eb4e288da7de83df1b9908 (patch)
tree782b61074bff1d326abac20d01c54bf516a1a09c /gpsprof
parent895ddd37b6b15f5600a86e4bec99ae16808b57b0 (diff)
downloadgpsd-aace4ba99a359d9ec6eb4e288da7de83df1b9908.tar.gz
Missing NL in gpsprof gnuplot output.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 81f344ca..1fb0937a 100755
--- a/gpsprof
+++ b/gpsprof
@@ -246,7 +246,7 @@ class spaceplot(plotter):
fmt += 'set style line 2 pt 1\n'
fmt += 'set style line 3 pt 2\n'
fmt += 'set xlabel "Meters east from %s"\n' % lonstring
- fmt += 'set xtic rotate by -45'
+ fmt += 'set xtic rotate by -45\n'
fmt += 'set ylabel "Meters north from %s"\n' % latstring
fmt += 'set border 15\n'
if not gps.isnan(alt_avg):