set term x11 noenhanced set title 'TWISTED_PAIR_FD_DIELECTRIC_LAPLACE' set xlabel 'Frequency(Hz)' set ylabel 'V(f)' set nologscale x plot '../analytic_solution.dat_reference' u 1:2 title 'Reference Analytic solution' w p lc 3, 'analytic_solution.dat' u 1:2 title 'Analytic solution' w l lc 1 pause -1 plot '../spice_solution.dat_reference' u 2:3 title 'Reference Spice solution' w p lc 3, 'spice_solution.dat' u 2:3 title 'Spice solution' w l lc 1 pause -1