# This template plots the 375 MHz filter transmission data, measured with Bjorns # network analyzer. Y axis is in dB set terminal postscript eps color size 8.6cm, 6cm font "Helvetica,14pt" set output "375MHz_filtertransmission.eps" # This is a comma-separated list set datafile separator "," # plot grids set grid xtics ytics set title "375 MHz filter for pulse generation" set yrange [-100:0] set xlabel "Frequency [MHz]" set ylabel "Transmission [dB] plot 'raw_data_files/CHRIS06.CSV' using ($1/10**6):2 w lines notitle