source:
ntrip/trunk/BNC/ppp.gpt@
2080
| Last change on this file since 2080 was 2078, checked in by , 16 years ago | |
|---|---|
| File size: 275 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 |
| 8 | ### set output "zimm20.png" | |
| [2072] | 9 | set title "ZIM20" |
| 10 | set ylabel "meters" | |
| [2078] | 11 | set xlabel "5-Dec-2009" |
| [2072] | 12 | |
| [2075] | 13 | plot "ppp" u 1:4 t "dH" w p 3, \ |
| [2072] | 14 | "" u 1:2 t "dN" w l 1, \ |
| 15 | "" u 1:3 t "dE" w l 2 | |
| 16 | ||
| [2074] | 17 | pause -1 |
Note:
See TracBrowser
for help on using the repository browser.
