8magsvn – Rev 2
## $Id: sdrsid_online_plot.gp,v 0.1 2008/02/06 pavuk#reset#set terminal png#set terminal png medium size 1024,768 nocrop#set output "online.png"set title "SDR SID Monitor"# set style data fstepsset xlabel "Time"set timefmt "%H:%M:%S"set gridset yrange [0:300]#set autoscale yset xdata timeset style data linesset xrange [ "0:0:0":"23:59:59" ]set ylabel "Intensity"set format x "%H:%M:%S"plot 'test.tpdat' using 1:3 title '18.3kHz', 'test.tpdat' using 1:3 smooth csplines title '18.3kHz', \'test.tpdat' using 1:6 title '22.1kHz', 'test.tpdat' using 1:6 smooth csplines title '22.1kHz', \'test.tpdat' using 1:2 title '16.4kHz', 'test.tpdat' using 1:2 smooth csplines title '16.4kHz', \'test.tpdat' using 1:4 title '19.5kHz', 'test.tpdat' using 1:4 smooth csplines title '19.5kHz', \'test.tpdat' using 1:5 title '20.9kHz', 'test.tpdat' using 1:5 smooth csplines title '20.9kHz', \'test.tpdat' using 1:7 title '23.4kHz', 'test.tpdat' using 1:7 smooth csplines title '23.4kHz'
