summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-07-13 15:55:05 -0700
committerGary E. Miller <gem@rellim.com>2016-07-13 15:55:05 -0700
commit750aaceae5f7112f1da2cecdca9550cb3633cdc6 (patch)
tree239cc5229c22d39257d24a99f9732a40587d93d1 /gpsprof
parent713381b3f63cb5cbdba552adac485d4104216143 (diff)
downloadgpsd-750aaceae5f7112f1da2cecdca9550cb3633cdc6.tar.gz
Stop gpsprof xtic lables from overlapping.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsprof b/gpsprof
index 13931840..81f344ca 100755
--- a/gpsprof
+++ b/gpsprof
@@ -246,6 +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 ylabel "Meters north from %s"\n' % latstring
fmt += 'set border 15\n'
if not gps.isnan(alt_avg):