plot.plt 249 Bytes
set term x11 noenhanced

set title  'TC305c'
set xlabel 'Frequency(Hz)'
set ylabel 'V(f)'
set logscale x
plot 'analytic_solution.dat' u 1:2 title 'Analytic solution' w p lc 2,     'spice_solution.dat' u 2:3 title 'Spice solution' w l lc 1
pause -1