plot_geometry.plt 365 Bytes
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