I have a data, when I plot with a line plot I get the correct minima and zrange. Depicted below LINE plot with correct zrange
set ticslevel 0
spl 'surf_laplace3.dat' w l
However, when I use pm3d the range automatically changes and so the minima. pm3d plot
set pm3d
set dgrid3d 300,300
set ticslevel 0
splot 'surf_laplace3.dat' w pm3d
if I use less thatn 300,300 in dgrid3d.. the density map is even low dat file is here Can anyone help me out ?