Blame view

PROXIMITY_EFFECT_TEST_CASES/WIRE_OVER_GP/plot_comparison.plt 615 Bytes
ca596cf4   Chris Smartt   Start to embed Fa...
1
2
3
4
5
6
7
8
9
10
11
set term x11 noenhanced

set title  'WIRE_OVER_GROUND_PLANE'
set xlabel 'Frequency(Hz)'
set ylabel 'V(f)'
set logscale x
plot './WIRE_OVER_GROUND_PLANE/RUN_DIRECTORY/analytic_solution.dat' u 1:2 title 'Analytic solution' w p lc 3,\
     './WIRE_OVER_GROUND_PLANE/RUN_DIRECTORY/spice_solution.dat' u 2:3 title 'WIRE_OVER_GROUND_PLANE' w l lc 1,\
     './WIRE_OVER_GROUND_PLANE_LAPLACE/RUN_DIRECTORY/spice_solution.dat' u 2:3 title 'WIRE_OVER_GROUND_PLANE_LAPLACE' w l lc 2,\
     './WIRE_OVER_GROUND_PLANE_FASTHENRY/RUN_DIRECTORY/spice_solution.dat' u 2:3 title 'WIRE_OVER_GROUND_PLANE_FASTHENRY' w l lc 4
pause -1