set xlabel 'Time(s)' set ylabel 'V(t)' plot '../RUN_DIRECTORY/analytic_solution.dat' u 1:2 title 'Analytic solution' w p lc 2, 'test_circuit.dat' u 2:3 title 'Spice solution' w l lc 1 pause -1