|
From: Petr M. <mi...@ph...> - 2012-10-07 19:27:28
|
> However, the pm3d code currently treats NaN as if it were zero anyhow, > so as a practical matter the plot would not come out any different. > > The "with image" plot modes recognize NaN and do not draw the corresponding > rectangular pixel. Should we make pm3d do the same? > I haven't looked to see how much work that would be. Isn't it gnuplot who does not read it properly? I have tried set view map; splot 'a.dat' with pm3d and plot 'a.dat' with image with 0 0 0 0 1 -1 0 2 -4 0 3 -9 1 0 1 1 1 0 1 2 -3 1 3 -8 2 0 4 2 1 3 2 2 0 2 3 -5 3 0 9 3 1 8 3 2 NaN 3 3 9 and it was the pm3d style which skipped the point, not the image style -- thus the opposite observation. --- Petr |