# elman_commands.txt # # Usage: # gnuplot < elman_commands.txt # set term png set output "elman_contour.png" set xlabel "<---X--->" set ylabel "<---Y--->" set zlabel "<---DC(X,Y)--->" set title "Elman Stochastic diffusivity function" set contour set timestamp set cntrparam levels 10 #set view map set view 75, 75 unset key splot "elman_data.txt"