I have column-formatted data and I want to make a splot of the logarithm of the 5th column versus the first two columns. I have tried:
set pm3d map
splot "thing.file" u 1:2:log($5)
But I get the error
undefined value
How can I get gnuplot to plot a function of one of the columns of data?