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