source: ntrip/trunk/BNC/ppp.gpt@ 2078

Last change on this file since 2078 was 2078, checked in by mervart, 14 years ago

* empty log message *

File size: 275 bytes
Line 
1
2set xdata time
3set timefmt "%H:%M:%S"
4
5set format x "%H:%M"
6
7### set term png
8### set output "zimm20.png"
9set title "ZIM20"
10set ylabel "meters"
11set xlabel "5-Dec-2009"
12
13plot "ppp" u 1:4 t "dH" w p 3, \
14 "" u 1:2 t "dN" w l 1, \
15 "" u 1:3 t "dE" w l 2
16
17pause -1
Note: See TracBrowser for help on using the repository browser.