I am using simple scheme for plot 2D heat map from my data like this:
set pm3d map
set pm3d interpolation 5,5
splot "file"
Now i need to mark few points on this data, maybe with white color. I tried to do:
splot "file"; plot "points"
and it's not working and writes: "Can't use pm3d for 2d plots".