Blame view

PROXIMITY_EFFECT_TEST_CASES/COAX_OVER_GROUND_FASTHENRY/plot_geometry.plt 365 Bytes
197629dd   Chris Smartt   Update proximity_...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set xlabel "x"
set ylabel "y"
set grid

#set term pdfcairo font "Arial,12" size 6,4 noenhanced
#set output "coax_over_gnd_grid.pdf"

#set xrange[-0.0011:0.0011]
#set yrange[-0.0011:0.0011]
#set size square

plot "ZT_FD_COAX_OVER_GROUND_PLANE/RUN_DIRECTORY/cross_section.dat" u 1:2 w l,\
     "ZT_FD_COAX_OVER_GROUND_PLANE/RUN_DIRECTORY/grid.dat" u 1:2 w l
pause -1