diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-03-22 21:08:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-03-22 21:08:45 +0000 |
commit | c4625b288c0dcb7f79b36cdb55232d4b09220ff8 (patch) | |
tree | b1697d74fdb93e7f5cf840dc1d2e5b9433ac0f6a /gpsprof | |
parent | e78f332e63b8cf8292c4b19f3794ebee067a165f (diff) | |
download | gpsd-c4625b288c0dcb7f79b36cdb55232d4b09220ff8.tar.gz |
Oops, fix the plot ratio setting.
Diffstat (limited to 'gpsprof')
-rwxr-xr-x | gpsprof | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |