set terminal postscript portrait enhanced color solid set output set xlabel "Frequency [Hz]" set key left set ylabel "Transmission [dB]" set title "Transmission of RX power filter" set logscale x 10 set grid mxtics mytics xtics ytics set mytics 2 plot "sim/rx_filter.data" using 1:2 title "Hard driven" with lines, \ "sim/rx_filter.data" using 1:3 title "Driven from 330 Ohm" with lines, \ "sim/rx_filter.data" using 1:4 title "Driven hard, with parasitic R's" with lines