I have a text file that looks like this:
0 0 1
0 1 -1
1 0 -1
1 1 1
I'm plotting this with pm3d with the number of colours in the palette set to two. What I'm expecting is four squares, two white and two black, in opposite corners. However, when I plot this, I just get one black square measuring 1 by 1. I was initially working with much larger grids, and gnuplot seemed always to be plotting one less row and column than I wanted. What's going wrong?
