source:
ntrip/trunk/BNC/ppp.gpt@
2397
Last change on this file since 2397 was 2286, checked in by , 15 years ago | |
---|---|
File size: 298 bytes |
Line | |
---|---|
1 | |
2 | set xdata time |
3 | set timefmt "%H:%M:%S" |
4 | |
5 | set format x "%H:%M" |
6 | |
7 | ##set term png |
8 | ##set output "ffmj1.png" |
9 | |
10 | set title "FFMJ1" |
11 | |
12 | set ylabel "meters" |
13 | ###set xlabel "29-Dec-2009" |
14 | set yrange [-1.5:1.5] |
15 | |
16 | plot "ppp" u 1:4 t "dH" w l 3, \ |
17 | "" u 1:2 t "dN" w l 1, \ |
18 | "" u 1:3 t "dE" w l 2 |
19 | |
20 | pause -1 |
Note:
See TracBrowser
for help on using the repository browser.