set xlabel "Input"
set ylabel "Composite State"
set zlabel "Final State"
set terminal postscript color
set output "state.ps"
splot "state.dat"
