summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
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):