2 set title "*virtual ground test: opamp gain = 1000"
7 set xrange [0.000000e+00:5.000000e-02]
9 set yrange [-1.099830e-01:1.099830e-01]
16 plot 'data/images/spice-example.data' using 1:2 with lines lw 1 title "v(in)" ,\
17 'data/images/spice-example.data' using 3:4 with lines lw 1 title "v(out)" ,\
18 'data/images/spice-example.data' using 5:6 with lines lw 1 title "v(inn)"
21 set out 'data/images/spice-example.png'