set terminal postscript portrait enhanced color solid set output set xlabel "Frequency [Hz]" set ylabel "Transmission [dB]" set yrange [-80:20] set title "Transmission of 3rd RX power filter" set logscale x 10 set grid mxtics mytics xtics ytics set mytics 4 plot "sim/rx_filter3.data" using 1:2 title "Hard driven with 0.5 Ohm parasitic" with lines, \ "sim/rx_filter3.data" using 1:3 title "Driven from 330 Ohm" with lines, \ "sim/rx_filter3.data" using 1:4 title "Hard driven with 2.5 Ohm parasitic" with lines