#set x2tics out
#set ytics out nomirror
set xtics out nomirror ("0" 1, "100." 200 , "200." 400)
set ytics out nomirror ("0" 1,"100." 200,"200." 400)
set xlabel "x (m)"
set ylabel "z (m)"
set cblabel " "
#unset xtics
unset x2tics
unset key
#set palette gray
#set palette color model RGB function \
#gray<.25?18*gray**2-(21./10.)*gray+(2./5.):1-(gray-.25)**3,\
#1-sqrt(abs(gray-.25)),sin(2*pi*gray)
#plot [1:200][1:200]'matnum_gnu' w image
#plot [1:200][1:200]'fluid_pressure_eff_fluid' w image
#plot [1:200][1:200]'matnum_gnu' w image
plot [1:400][1:400]'lambda_gnu' w image
#plot [1:200][1:200]'fort.50' w image
#plot [1:200][1:200]'fort.51' w image
#plot [1:200][1:200]'fort.52' w image
#plot [1:200][1:200]'fort.53' w image

set term post eps color enh "Courier,16"

#set output 'fort50_snap_10ms.eps'

#set output 'fort51_snap_20ms.eps'
#set output 'fort52_snap_25ms.eps'
#set output 'fort53_snap_30ms.eps'
#set output 'matnum_gnu.eps'
set output 'lambda_gnu.eps'


replot
