source:
ntrip/trunk/BNC/ppp.gpt@
2115
Last change on this file since 2115 was 2085, checked in by , 15 years ago | |
---|---|
File size: 277 bytes |
Rev | Line | |
---|---|---|
[2072] | 1 | |
2 | set xdata time | |
3 | set timefmt "%H:%M:%S" | |
4 | ||
5 | set format x "%H:%M" | |
6 | ||
[2074] | 7 | ### set term png |
[2082] | 8 | ### set output "joz20.png" |
9 | set title "JOZ20" | |
[2072] | 10 | set ylabel "meters" |
[2084] | 11 | set xlabel "6-Dec-2009" |
[2072] | 12 | |
[2085] | 13 | plot "ppp" u 1:4 t "dH" w lp 3, \ |
14 | "" u 1:2 t "dN" w lp 1, \ | |
15 | "" u 1:3 t "dE" w lp 2 | |
[2072] | 16 | |
[2074] | 17 | pause -1 |
Note:
See TracBrowser
for help on using the repository browser.