Version 6.0 patchlevel 0, ubuntu 24.04.0
Starting gnuplot and the immediately typing only
gnuplot> set pm3d map
gnuplot> splot xx+yy
produces the attached output. Apparently the y axis has a fixed sample size of 10, and this cannot be changed by "set samples" either. Other 2D contour map use cases could be affected. I was not able to find a fix.
of course it is
x*x+y*y(formatting went wrong)The sampling intervals along x are controlled by
set samples; the intervals along y are controlled byset isosamples. I do not know why the name "isosamples" was chosen.Last edit: Ethan Merritt 2024-09-06
Thank you, I could not figure this out for the life of me... In my opinion in this setup the x and y axis have the exact same role. Anyway, now I know.