summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-22 21:08:45 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-22 21:08:45 +0000
commitc4625b288c0dcb7f79b36cdb55232d4b09220ff8 (patch)
treeb1697d74fdb93e7f5cf840dc1d2e5b9433ac0f6a /gpsprof
parente78f332e63b8cf8292c4b19f3794ebee067a165f (diff)
downloadgpsd-c4625b288c0dcb7f79b36cdb55232d4b09220ff8.tar.gz
Oops, fix the plot ratio setting.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index e36f06c3..899c9b3d 100755
--- a/gpsprof
+++ b/gpsprof
@@ -79,7 +79,7 @@ class spaceplot:
fmt += "set autoscale\n"
fmt += 'set key below\n'
fmt += 'set key title "%s"\n' % time.asctime()
- fmt += 'set size -1\n'
+ fmt += 'set size ratio -1\n'
fmt += 'set style line 3 pt 2 # Looks good on X11\n'
fmt += 'set xlabel "Meters east from %s"\n' % lonstring
fmt += 'set ylabel "Meters north from %s"\n' % latstring