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
RevLine 
[2072]1
2set xdata time
3set timefmt "%H:%M:%S"
4
5set format x "%H:%M"
6
[2286]7##set term png
8##set output "ffmj1.png"
[2278]9
10set title "FFMJ1"
11
[2072]12set ylabel "meters"
[2286]13###set xlabel "29-Dec-2009"
[2283]14set yrange [-1.5:1.5]
[2072]15
[2431]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
[2072]19
[2286]20pause -1
Note: See TracBrowser for help on using the repository browser.