addpoints: Round trackpoints to six decimal points
[gpstools.git] / doc / gnuplot.txt
blobb90eb9c41bae35f8eda3244ace3409fe990aefb8
1 doc/gnuplot.txt
2 File ID: 45564e5c-0e3a-11de-b84a-0001805bf4b1
4 To create label file with waypoints:
6 psql gps -c \
7 "COPY (SELECT 'set label \"' || name || '\" at ' || coor[1] || ', ' || coor[0] FROM wayp ORDER BY coor[0] DESC, coor[1]) TO STDOUT" \
8 | iconv -f utf8 -t latin1 >label.gnuplot
10 After some colour experiments, this seems to work:
12 Track: 3
13 Map: 6
14 Pictures: 7
15 Movies: 1
16 Sound: 2
18 set label "200807301468.mp4" at -6.26072, 53.351369 tc lt 1
19 set label "Soundclip_243.wav" at 5.319771, 60.390323 tc lt 2
20 set label "DSC_7389.JPG" at 5.317221, 60.395483 tc lt 7
21 plot "map.tab" lt 6 w l, "log.tab" w d lt 3
23 vim: set ts=2 sw=2 sts=2 tw=72 et fo=tcqw fenc=utf8 :
24 vim: set com=b\:#,fb\:-,fb\:*,n\:> :