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

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

* empty log message *

File size: 298 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 "ffmj1.png"
9
10set title "FFMJ1"
11
12set ylabel "meters"
13###set xlabel "29-Dec-2009"
14set yrange [-1.5:1.5]
15
16plot "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
19
20pause -1
Note: See TracBrowser for help on using the repository browser.