#set terminal postscript eps color #set output "cg_glitch.eps" set title "Cg = f(Vg)" set grid set key left top set format x "%.1s%c" set format y "%.1s%c" set xlabel "Vg" set ylabel "Cap" plot 'cg_glitch.cir.FD.prn' using 3:($4) t "Cgdsb" w lines,\ 'cg_glitch.cir.FD.prn' using 3:($5) t "Cgb" w lines,\ 'cg_glitch.cir.FD.prn' using 3:($6) t "Cgds" w lines