8magsvn – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 pavuk 1 #
2 # $Id: sdrsid_online_plot.gp,v 0.1 2008/02/06 pavuk
3 #
4 reset
5 #set terminal png
6 #set terminal png medium size 1024,768 nocrop
7 #set output "online.png"
8 set title "SDR SID Monitor"
9 # set style data fsteps
10 set xlabel "Time"
11 set timefmt "%H:%M:%S"
12 set grid
13 set yrange [0:300]
14 #set autoscale y
15 set xdata time
16 set style data lines
17 set xrange [ "0:0:0":"23:59:59" ]
18 set ylabel "Intensity"
19 set format x "%H:%M:%S"
20 plot 'test.tpdat' using 1:3 title '18.3kHz', 'test.tpdat' using 1:3 smooth csplines title '18.3kHz', \
21 'test.tpdat' using 1:6 title '22.1kHz', 'test.tpdat' using 1:6 smooth csplines title '22.1kHz', \
22 'test.tpdat' using 1:2 title '16.4kHz', 'test.tpdat' using 1:2 smooth csplines title '16.4kHz', \
23 'test.tpdat' using 1:4 title '19.5kHz', 'test.tpdat' using 1:4 smooth csplines title '19.5kHz', \
24 'test.tpdat' using 1:5 title '20.9kHz', 'test.tpdat' using 1:5 smooth csplines title '20.9kHz', \
25 'test.tpdat' using 1:7 title '23.4kHz', 'test.tpdat' using 1:7 smooth csplines title '23.4kHz'