# generic commands for twographbox output size load "threegraph3D.in" set data style lines set xlabel "Cost {/Times-Italic c}" set ylabel "Harvest {/Times-Italic h}" set zlabel "{/Times-Italic P}({/Times-Italic c} | {/Times-Italic h}, {/Symbol \330}{/Times-Italic subsidy})" set xrange [0:12] set yrange [0:12] set zrange [0:0.4] set ztics 0.1 set nokey set samples 200,200 #show samples set isosamples 40,40 #show isosamples set hidden3d n(x,m,s) = (1/(s*sqrt(2*pi)))*exp(-(((x-m)**2)/(2*s**2))) a = -0.7 b = 10.0 s = 1.0 set output "linear-gaussian-false.eps" splot n(x,a*y+b,s) lw 1