reset
unset key
unset title 
unset xlabel
unset xtics
unset ylabel
unset ytics
#set xtics out
#set ylabel 'y [A]'
#set ytics out
set linetype 1 lc rgb "black"
set linetype cycle 1
set pm3d; set view map; set style data pm3d; set style func pm3d
set palette model RGB
set palette defined ( 1.5 0.4 0.4 1, 5 1 1 0.4)
unset contour
unset grid
unset colorbox
splot "no-120K-horizon.splot2d" w pm3d

