set xlabel "Input"
set ylabel "State"
set zlabel "Output"
set terminal x11
splot "output.dat", "out_step.dat" with lines lt 3 

pause -1 "Press return to continue."
